improve PLUMED detection in GROMACS easyblock#2749
Merged
branfosj merged 5 commits intoeasybuilders:developfrom Jul 20, 2022
Merged
improve PLUMED detection in GROMACS easyblock#2749branfosj merged 5 commits intoeasybuilders:developfrom
branfosj merged 5 commits intoeasybuilders:developfrom
Conversation
Useful if PLUMED is pulled in as dependency form a different package.
akesandgren
previously requested changes
Jun 22, 2022
Contributor
Author
|
I just want to mention that I have addressed @akesandgren's suggestions in my commit b852542 several weeks ago. |
Member
|
Test report by @branfosj Overview of tested easyconfigs (in order)
Build succeeded for 2 out of 2 (2 easyconfigs in total) |
Member
|
Tests, both are go as expected:
|
Member
|
Going in, thanks @ostueker! |
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.
This PR adds a custom option to control whether PLUMED patches are applied.
The default remains auto-detection (apply PLUMED if dependency has been loaded), but also offers the option to request PLUMED (and fail with an exception if not found) or force to ignore PLUMED (in case an incompatible version has been pulled in by another dependency).