Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from manylinux1 to manylinux2010 for built wheels #178

Closed
dhermes opened this issue Jan 18, 2020 · 1 comment · Fixed by #182
Closed

Switch from manylinux1 to manylinux2010 for built wheels #178

dhermes opened this issue Jan 18, 2020 · 1 comment · Fixed by #182

Comments

@dhermes
Copy link
Owner

dhermes commented Jan 18, 2020

No description provided.

@dhermes
Copy link
Owner Author

dhermes commented Jan 18, 2020

This came about because I was struggling to pip install cmake in the quay.io/pypa/manylinux1_x86_64 Docker container. However, reading the pypa/manylinux docs, it seems I should've made this move years ago:

PEP 513 defined manylinux1_x86_64 and manylinux1_i686 platform tags and the wheels were built on Centos5. Centos5 reached End of Life (EOL) on March 31st, 2017 and thus PEP 571 was proposed.

dhermes added a commit that referenced this issue Jan 18, 2020
…EEL`. (#182)

Fixes #178 and fixes #181. 

In the process, this added the `TARGET_NATIVE_ARCH` option in the `fortran` CMake config.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant