forked from easybuilders/easybuild-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Modules version #5
Merged
Merged
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
…ck actually missing dependencies instead of just stopping early
…onfig, fix example gzip.eb easyconfig
complete implementation of (very) initial support for easyconfig format 2.0
Conflicts: easybuild/main.py
resolve_dependencies rewrite to make it faster and only report back actually missing deps
…follow build_options/build_specs scheme used for EasyBlock/EasyConfig
…s_in_parallel function
…h to removed log file in main function
…onality in unit tests
[formatv2] split off supported section from default section, add preliminary support for a dependencies section
boegel
pushed a commit
that referenced
this pull request
May 20, 2014
add --dry-short-short/-D and --search-short-S options, clean up implementation, add unit tests
boegel
pushed a commit
that referenced
this pull request
Jul 8, 2014
rename loadmsg/tclfooter easyconfig params, clean up supporting functionality, add unit tests
boegel
pushed a commit
that referenced
this pull request
Feb 13, 2015
fix @stdweird's remarks for framework PR 1060
boegel
pushed a commit
that referenced
this pull request
Jun 4, 2015
boegel
pushed a commit
that referenced
this pull request
Jun 18, 2015
make EasyConfig instances comparable and hashable
boegel
pushed a commit
that referenced
this pull request
Jul 10, 2015
cleanup of support for packaging + kickstart unit tests related to packaging support
boegel
pushed a commit
that referenced
this pull request
Nov 11, 2016
sync with develop & fix conflict
boegel
pushed a commit
that referenced
this pull request
Mar 17, 2017
fix broken test, modulecmd.tcl requires that paths used for 'module use' actually exist
boegel
pushed a commit
that referenced
this pull request
Aug 21, 2017
reimplement find_backup_name_candidate to use timestamp rather than increasing number
boegel
pushed a commit
that referenced
this pull request
Apr 21, 2018
fix some more style issues in test/framework/suite.py
boegel
pushed a commit
that referenced
this pull request
Sep 20, 2018
minor cleanup in get_source_tarball_from_git + add & use remove_dir/remove function + add tests
boegel
pushed a commit
that referenced
this pull request
Nov 22, 2018
tweak existing toy easyconfig in test_easyconfig_optarch_flags rather than adding two new test easyconfigs with just a different value for toolchainopts
boegel
pushed a commit
that referenced
this pull request
Aug 12, 2019
each entry in checksums may in turn be a list of different types of checksums
boegel
pushed a commit
that referenced
this pull request
Apr 9, 2020
fixes, cleanup, enhancements and tests for probing external modules for missing metadata
boegel
pushed a commit
that referenced
this pull request
Oct 3, 2024
add test to verify that `$PYTHONPATH` or `$EBPYTHONPREFIXES` are set correctly by generated module file
boegel
pushed a commit
that referenced
this pull request
Nov 6, 2024
add test to verify that environment variables don't leak into module file of subsequent installations
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.