-
Notifications
You must be signed in to change notification settings - Fork 52
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
Ensuring modules can be rebuilt #101
Comments
This will also allow us to easily perform the sanity checks on different OSes (and help us to avoid issues like #99 ) |
This is something that we could do in our CI since rebuilding the module tree doesn't take too long. |
An easy solution is to tell it to build the module tree in a different/temporary path since that will also do all the dependencies. The downside is that you then need to compare the new modules to the old ones in a separate step. |
…ust-Python-OpenMPI add Python with GCC/10.30.0 to NESSI/2023.04
When including software in the EESSI stack, we should not only ensure that the software can be built on the various archs, but also that
--module-only
returns an identical set of modules as the original installation.The text was updated successfully, but these errors were encountered: