-
Notifications
You must be signed in to change notification settings - Fork 283
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
release EasyBuild v4.8.2 #3029
Merged
release EasyBuild v4.8.2 #3029
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
PR #2539 introduced a suspicious `os.path.join(libpath)` which was likely intended to be `os.path.join(self.installdir, libpath)` but works due to a possible(!) `chdir` when TBB is installed via the system toolchain. Fix this by making `libpath` always absolute and simplify the code a bit.
sync with main + bump version to 4.8.2dev
Co-authored-by: ocaisa <alan.ocais@cecam.org>
…remake allow use of `test_cmd` without `runtest` for `ConfigureMake`
enhance `CMakeMake` easyblock to run `ctest` command if `runtest` is `True`
fix creation of symlink for libraries in TBB easyblock
…_numpy update numpy easyblock to be able to use FlexiBLAS with MKL as dependency
…list of strings to a single string value in PyTorch easyblock
… component when building on aarch64
only use `-DCMAKE_SKIP_RPATH=ON` for CMake < 3.5.0
remove stray newline in pytorch error message
…_openmpi use more test programs in sanity check step of OpenMPI easyblock
Allows working with --sanity-check-only where the modules may not be loaded yet
…_imkl fix CMAKE_PREFIX_PATH in mkl easyblock
…_perl don't blindly overwrite `-Dccflags` + honour `preconfigopts` in Perl easyblock
enhance TensorFlow easyblock to avoid use of `-mcpu=native` for XNNPACK component when building on aarch64
Fix the blas/lapack name passed to meson when building recent scipy versions (>= 1.9.0) on top of Intel MKL
update sanity check in wxPython easyblock for version 4.2.0
update WRF easyblock to correctly determine `WRF*` subdirectory for WRF versions >= 4.5.1
…gins fix `--sanity-check-only` and `--module-only` for UCX plugins
prepare release notes for EasyBuild v4.8.2 + bump version to 4.8.2
SebastianAchilles
approved these changes
Oct 29, 2023
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
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.