-
Notifications
You must be signed in to change notification settings - Fork 213
release EasyBuild v4.5.5 #4023
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
Merged
Merged
release EasyBuild v4.5.5 #4023
Conversation
This file contains hidden or 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
sync with main + bump version to 4.5.5dev
consider installed modules when using --copy-ec without --rebuild
This is a much cheaper test than "import easybuild.main" and still solves the same issue as #3610. This reduces the wall time for "eb --version" from 1.35s to 0.73s in our configuration.
Change 'eb' command to import easybuild to check if it's working. This speeds up invocation of the `eb` command, while retaining the same functionality of checking which python to use for running EasyBuild.
…ld framework is available
…hen using Python 3.10
ignore deprecation warnings regarding cryptography in Python 3.6 + Blowfish with Python 3.10 in test suite output
…sFGEelRbKc add nvompi toolchain definition (NVHPC + OpenMPI)
…dkfpnHXMLD add nvpsmpi toolchain definition (NVHPC + ParaStationMPI)
change 'eb' command to import easybuild.framework to check if EasyBuild framework is available
`Skiping` -> `Skipping`
fix typo in debug log message in easyblock.py
…e dead code dealing with download instructions in fetch_source Urlencoded characters (e.g. '%2F' instead of '/') caused an error while reporting download error.
add definition for gfbf toolchain (GCC, FlexiBLAS, FFTW)
…hen file could not be downloaded
…load_instructions fix printing of list of attempted download URLs when url-encoded characters are used in URL
Instead of adding and then removing interface_lib/cluster_interface_lib, only add them if needed, so they don't need removing later. Also check for existence of mt libraries (longer list) to be more thorough.
… arm64 next to aarch64
correctly identify Apple Silicon M1 as Arm 64-bit by also considering arm64 next to aarch64
fix 'eb --show-system-info' on Apple M1 system
add support for customizing EasyBuild command used in jobs via --job-eb-cmd
set $FFT(W)_LIB_DIR to imkl-FFTW's lib path in build environment if usempi toolchain option is enabled
Support FFTW.MPI module in framework (FFT*DIR variables)
prepare release notes for EasyBuild v4.5.5 + bump version to 4.5.5
SebastianAchilles
approved these changes
Jun 7, 2022
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.
lgtm
Going in, thanks @boegel! |
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.
No description provided.