Per os config#16834
Closed
marcmengel wants to merge 9 commits intospack:developfrom
marcmengel:per_os_config
Closed
Per os config#16834marcmengel wants to merge 9 commits intospack:developfrom marcmengel:per_os_config
marcmengel wants to merge 9 commits intospack:developfrom
marcmengel:per_os_config
Conversation
Contributor
Author
|
This is also related to #4427 |
gartung
approved these changes
Aug 19, 2020
2 tasks
Member
|
Superseded by #26735 |
Contributor
Author
|
Can we unclose this please? I like #26735, but I do not agree that it closes this issue -- you still need a different |
Member
|
@marcmengel I'd reopen it gladly, but GitHub tells me "The repository that submitted this pull request has been deleted" |
Member
|
Feel free to open a feature request though. |
Closed
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 is a resubmit of #13686
I've rebased the branch off of develop again.
This is a really simple change to allow per-operating-system config files; This is very useful in particular for shared filesystems, if you want to support,say, multiple CentOS releases, defining
what packages are on the system in packages.yaml for example needs to be differrent per
operating system, as opposed to other scope options. With this patch you can have
$SPACK_ROOT/etc/spack/centos6/packages.yaml
$SPACK_ROOT/etc/spack/centos7/packages.yaml
all applying to the appropriate operating system.