-
Notifications
You must be signed in to change notification settings - Fork 312
release EasyBuild v5.0.0 #3668
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
release EasyBuild v5.0.0 #3668
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
allow installing from commit for LAMMPS
Set Cargo variables also for extensions
split `SystemCompilerGCC` out of `SystemCompiler` and adopt `module_load_environment`
adopt module_load_environment: SystemMPI
fix module load environment in Anaconda and Conda easyblocks
adopt `module_load_environment` in CUDA easyblock
adopt `module_load_environment` in Clang easyblock
honor `--module-search-path-headers` in easyblocks that hardcode CPATH
…ith --module-only
- `default_component_specs` must not be resolved - `self.cfg.update` resolves the current value before doing the update. Just put the whole code inside the context manager to use the old behavior
AOCC 4.2.0 and lower (and 'flang' for AOCC 5.0.0) use compiler wrappers to include the GCC toolchain in the compiler command. The original compilers are renamed, and a shell script is created running 'exec' which passes the original compiler name as an argument. This however can fail if '/bin/sh' is used. On Ubuntu 22.04 LTS, using 'exec -a' causes the following error message, which then causes the sanity check to fail: ``` $ exec -a "echo" echo "Hello World" sh: 1: exec: -a: not found ``` To work around this, use '/bin/bash' instead. Signed-off-by: Jan André Reuter <j.reuter@fz-juelich.de>
make AOCC compiler wrappers aware of keepsymlinks option
recursive glob expansion of library files in GROMACS and convert `lib_subdirs` into a property
… only do binaries for Rust > 1.79.0
Fix cargo build when git branch is referenced
sync with develop (20250313)
Use `PythonPackage` as the `default_easyblock` for `PythonBundle`
update configuration options for version 4+ of MPICH
convert RUNPATH into RPATH for Rust binaries in recent Rust versions (> 1.79.0)
fix use of `run_shell_cmd` in PyTorch easyblock to check for xmlrunner
Explicitly disable libxml2 support in LLVM easyblock if libxml2 is not available as dependency
bump version to 5.0.0 + update release notes
branfosj
approved these changes
Mar 18, 2025
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.