-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update packages and the base image #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alephpiece
force-pushed
the
bump-version
branch
from
April 13, 2024 09:34
e9833ca
to
9526b6a
Compare
alephpiece
force-pushed
the
bump-version
branch
from
April 13, 2024 09:38
9526b6a
to
8e20216
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's changed?
Packages
ubuntu-bionic
toubuntu-jammy
v0.17.1
to0.21.2
blt
Image size reduction
Spack usage
--reuse
option because it's now default behaviour, see Upcoming high-impact changes spack/spack#30634@
with@=
for missing package tags, see Could not install tags that are not listed in the package.py anymore spack/spack#37889 (comment)spack load
won't setLD_LIBRARY_PATH
now, see Don't setLD_LIBRARY_PATH
on package load spack/spack#28354MPI
OMPI_ALLOW_RUN_AS_ROOT=1
andOMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
to allow running OpenMPI proccesses as root, See v4.0.x: Allow run-as-root if 2 envars are set open-mpi/ompi#5598