Conversation
…tances" This reverts commit 3836140.
This reverts commit 5f04b7b.
The `__deepcopy__` needs to be very generic to avoid misleading results by not copying all (possibly changed) attributes. So leave that alone and use `ec.copy()` on the `'ec'` key directly in the cache code.
Allow for not printing the conflicts to stderr but returning them.
…t when a fetch fails, EasyBuild will still try to fetch all dependencies. This is handy in situations where the success of fetching is non-deterministic, and the engineer wants to get all the failures at once without having to restart after each failure. Non-deterministic success of fetching can for example happen if some downloads are intercepted by the CyberDefence team to scan for vulnerabilities, and later retries are quickly handled by earlier scans that have been cached.
Update easyblock.py
Update options.py
Update config.py
Update main.py
Running this on a recursively cloned git repository will show all submodules, its path and commit hash formatted as a Python dict which can be used in easyconfigs.
Addressed comments from reviewer Boegel.
In `sources` the keyname is "filename" while in `patches` it is "name".
…st' easyconfig parameter value in EasyBlock.check_checksums" This reverts commit 7112e40.
replace non-constant `BWRAP_INFO` with private global variable `_bwrap_info` in `tools/bwrap.py` + add `get_bwrap_info`, `set_bwrap_info`, and `update_bwrap_info` utility functions
close stdout/stderr handles in `run_shell_cmd` and test teardown + remove duplication in `toy_build` tests
Fix `check_checksums` when using templates, patch-dicts or `checksums.json`
enhance `get_cuda_object_dump_raw` to not run `cuobjdump` on shell scripts to determine CUDA architecture
make sure that test commands used in `test_cases` step are executable
add (experimental) support for installing with bwrap
Only make use of `graphviz` to generate dependency graphs instead of `pygraph`
Proposed changes to make EasyBuild plugin-able through entrypoints
… and EasyConfig.copy
…syconfigs are independent
avoid excessive creating of EasyConfig instances when copies are created
…s got reverted in PR #5166, see also issue #5617
prepare release notes for EasyBuild v5.3.0 + bump version to 5.3.0
This was referenced Apr 9, 2026
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
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.