Skip to content
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
merged 62 commits into from
Oct 29, 2023
Merged

release EasyBuild v4.8.2 #3029

merged 62 commits into from
Oct 29, 2023

Conversation

boegel
Copy link
Member

@boegel boegel commented Oct 29, 2023

No description provided.

Flamefire and others added 30 commits November 29, 2022 13:24
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
boegel and others added 24 commits September 27, 2023 16:17
…list of strings to a single string value in PyTorch easyblock
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
@boegel boegel added the update label Oct 29, 2023
@boegel boegel added this to the next release (4.8.2) milestone Oct 29, 2023
@easybuilders easybuilders deleted a comment from boegelbot Oct 29, 2023
Copy link
Member

@SebastianAchilles SebastianAchilles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@boegel boegel merged commit 8e7026a into main Oct 29, 2023
92 checks passed
@boegel boegel deleted the 4.8.x branch April 3, 2024 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.