-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
Bump Autoconf version to 2.71 #2944
Conversation
Required for building with Intel's oneAPI
I feel like we are at the point where we have to merge this in. If we don't, we risk breaking oneAPI unless we are SUPER careful (and I'm not a fan of fragile manual steps). If anyone has any other ideas about how we can manage the tension between "need to build HDF5 on older machines" and "need to support oneAPI", I'm all ears. |
Considering that Slackware moved to 2.71 back in Feb. of last year, I think it's a safe bet at this point that most others will have moved along too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Plus, if a user really wants to regenerate using 2.69, it is a one-line change since there are no 2.71 nuances.
Although, a search on GitHub reported ~12k using 2.69 compared to 760 using 2.71
Where is oneAPI Action to test? |
That's going to take some time to set up, but it's on the agenda. One thing at a time. |
configure fails with |
Required for building with Intel's oneAPI
* Bump GitHub action macOS version to 13 (HDFGroup#2999, HDFGroup#3009) * Bump GitHub action gcc/g++/gfortran version to 12 (HDFGroup#3015) * Bump Autoconf version to 2.71 (HDFGroup#2944) * Fix missing h5_reset() calls in accum test (HDFGroup#3001) * Only run ttsafe in GitHub thread-safe actions (HDFGroup#2777) * Fix Java debug asserts on Windows (HDFGroup#3012) * Fix long double dt_arith bug on macOS (HDFGroup#3038)
* Bump GitHub action macOS version to 13 (#2999, #3009) * Bump GitHub action gcc/g++/gfortran version to 12 (#3015) * Bump Autoconf version to 2.71 (#2944) * Fix missing h5_reset() calls in accum test (#3001) * Only run ttsafe in GitHub thread-safe actions (#2777) * Fix Java debug asserts on Windows (#3012) * Fix long double dt_arith bug on macOS (#3038)
* Bump GitHub action macOS version to 13 (HDFGroup#2999, HDFGroup#3009) * Bump GitHub action gcc/g++/gfortran version to 12 (HDFGroup#3015) * Bump Autoconf version to 2.71 (HDFGroup#2944) * Fix missing h5_reset() calls in accum test (HDFGroup#3001) * Only run ttsafe in GitHub thread-safe actions (HDFGroup#2777) * Fix Java debug asserts on Windows (HDFGroup#3012) * Fix long double dt_arith bug on macOS (HDFGroup#3038)
Required for building with Intel's oneAPI