qpv-research-group / solcore5

A multi-scale, python-based library for the modelling of solar cells and semiconductor materials
https://www.solcore.solar/
Other
133 stars 77 forks source link

Wheels for the Linux and the i686 architecture fail to build #215

Closed dalonsoa closed 2 years ago

dalonsoa commented 2 years ago

The binary wheels for the Linux and the i686 architecture fail to build. As a result, none of the Linux wheels (the i86_64 are built ok) are uploaded to PyPI. I feel that i686 is not really a common use case anymore and can safely skip it.

@jcohen02 , since you implemented this and are more familiar with Manylinux, could you have a look at this? If it looks as if it will take more than 5 min to fix, just remove the support for i686, please.

logs_1561.zip

jcohen02 commented 2 years ago

Happy to take a look and remove i686 support, will aim to sort this out sometime today.

jcohen02 commented 2 years ago

Apologies for the delay, this should be addressed in PR #216, see the PR for further details.