-
Notifications
You must be signed in to change notification settings - Fork 14
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
eckit: set cmake BLA_VENDOR #503
base: release/1.9.0
Are you sure you want to change the base?
eckit: set cmake BLA_VENDOR #503
Conversation
…birc.so due to parallel-netcdf's bad configure script
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.
Thanks for these updates!
We should also send this upstream and let the maintainers (other than me) take a look.
I'm planning to do a "nicer" set of changes for the Spack upstream, but, if it's alright with you, put this in so that we'll at least have something usable for the 1.9.0 release (I don't know how long the other approach will take, which will involve setting the BLA_VENDOR in each provider's package). |
… feature/libirc_parallel_netcdf_and_scipy
… feature/libirc_parallel_netcdf_and_scipy
…etcdf_and_scipy Bug fix in parallel-netcdf to avoid linking to libirc.so AND cherry-pick spack develop PR 48251 (conflict Intel Classic with scipy@1.14)
This PR adds a CMake BLA_VENDOR setting to the eckit recipe to (better) guarantee that the correct lapack provider from Spack gets used. Tested on Acorn. Will test with spack-stack develop.