Open
Conversation
…store the install location in the install root)
… config for recording available install trees and shared install trees; add logic for initializing spack install location based on provided options and config
…nfiguration scope assembly
…/shared_install_trees
… that container logic still expects it to exists, so that needs an update
…or module indices in upstream install trees (in particular if module paths are not configured for upstreams)
…install_trees vs. shared_install_trees
Member
Author
In more detail:
|
…n updated since this file was last edited)
8 tasks
Member
|
@scheibelp is this still something you're interested in merging or has this since been fixed elsewhere? |
Member
|
@alecbcs we are going to get this or something like it in at some point, but have not had the cycles to pick it back up. |
Member
Member
Author
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 very preliminary and I don't recommend even trying to use this at this point, but it covers some of the most essential changes that need to be made)
Changes which allow for a single system-installed Spack, with an installation root maintained by a system admin and an installation root maintained by a user (but for example admins can set config values that apply to any user of the Spack instance). Overall this is intended to allow admins to deploy an instance of Spack which looks like any other system-installed tool.
This includes:
TODOs:
~(users can't store cached archives in the Spack prefix)Non-essential TODOs:
See also: #11871