-
Notifications
You must be signed in to change notification settings - Fork 12
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
Wheel versions #38
Comments
It's mostly the desire to have newer compilers (gcc 12 vs gcc 10) available, which have fewer bugs and can deliver better code. Also I plan to switch to C++20 at some point, which will require recent compilers. And since glibc 2.28 was released six years ago, I hoped to e on the safe side ... |
Ok, good, I guess this is a question for my HPC admins, why they're running glibc from 6 years ago.. |
Well, on HPC this is probably not so uncommon, if the basic OS is not replaced during the lifetime of the machine. |
Agreed! |
Is there a reason that the glibc version was updated from 2.17 to 2.28 here?
ducc/.github/workflows/wheels_64bit_linux.yml
Line 23 in 2f969ac
This makes wheels unavailable on systems using glibc 2.17, forcing one to compile from source.
The text was updated successfully, but these errors were encountered: