-
Notifications
You must be signed in to change notification settings - Fork 217
release EasyBuild v4.3.4 #3640
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.3.4 #3640
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
Co-authored-by: Alexander Grund <Flamefire@users.noreply.github.com>
This will append _%d until a new folder could be created. If the base folder name does not exists, it is used directly, so the simple, most common case is the cleanest
… $HOME Add option to control the cache size and to disable it
fix BLAS_LIB_MT for OpenBLAS
Specifying False for a version removes the dep
sync with main branch + bump version to 4.3.4dev
add pick_default_branch function to clean up duplicate code in tools/github.py
…r to avoid error for values starting with '-' or '--'
use '--opt=val' for passing settings from config file to option parser to avoid error for values starting with '-' or '--'
…n run_cmd_qa (fixes #3593)
avoid raised exception when getting output from interactive command in run_cmd_qa
…cified as arch->version mapping
…nto set_gid_sticky_bits
deprecate --accept-eula, rename to --accept-eula-for + also accept regular expression value
add templates for architecture independent Python wheels
mention easyblocks PR in gist when uploading test report for it + fix clean_gists.py script
create CUDA cache (for JIT compiled PTX code) in build dir instead of $HOME
add create_unused_dir function to create a directory which does not yet exist
avoid running expensive 'module use' command when using Lmod as modules tool, update $MODULEPATH directly instead
use develop branch when testing push access in --check-github
Followup to #3557 No check for priorities is required as LMod correctly handles that Also adds a check for an empty path which is technically possible and handled by LMod like any other path
update validate_github_token function to accept GitHub token in new format
Avoid module call for unuse() for Lmod and set $MODULEPATH directly
prepare release notes for EasyBuild v4.3.4 + bump version to 4.3.4
migueldiascosta
approved these changes
Apr 9, 2021
Member
migueldiascosta
left a comment
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
Member
|
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.