-
Notifications
You must be signed in to change notification settings - Fork 203
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 v2.7.0 #1681
Merged
release EasyBuild v2.7.0 #1681
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
also define %(javaver)s easyconfig template
use git rather than https in --new-pr/--update-pr
add -u as shorthand for --upload-test-report
define HOME constant that can be used in easyconfig files
stop running 'module purge', only restore environment
implement support for generating 'swap' statements in module files
…solution as the easyconfig deps are being parsed
add support for --show-current-config (REVIEW)
raise EasyBuildError rather than ImportError in only_if_module_is_available decorator
move 'declare_namespace' statement last
remove --experimental for tests related to --package
add sanity check in easybuild/__init__.py w.r.t. current working dir
mark use of Cray toolchains as stable (drop --experimental requirement)
add support for --install-github-token and --check-github (REVIEW)
also install vsc-install in stage 2 of EasyBuild bootstrap script
ensure path to setuptools is included in $PYTHONPATH being used to test scripts
sanitize environment before initializing easyblocks
…nd break --include-toolchains
remove reload statements in include.py, since they are not required and break --include-toolchains
…ound for setuptools bug in setUp of tests
remove unnecessary fixup_namespace_packages in include.py
bump version to 2.7.0 and update release notes
EasyBuild framework unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-framework-pr-builder/2895/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
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.