-
Notifications
You must be signed in to change notification settings - Fork 9
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
A spack wrapper to provide single command to handle user and project installations #202
Conversation
This PR partially addresses #174 |
I am not sure about the proposal: I am assuming that most Spack usage is a user-only one, rather than project one; for this reason, I think it can be beneficial to retain the standard, more concise This being said, I think it is super beneficial to discuss this aspect. |
And that is what happens. Users can execute spack as usual for their user installations.
the above is supported by the script. It offers the same interface. When users want to install something systemwide, then they use the Users can do
The script replaces the |
Thanks for clarifying - I love this solution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
Nice solution @dipietrantonio - need to update the relevant documentation |
Thanks @ddeeptimahanti ! Yes I will. |
Instead of having two executables,
spack
andspack_project.sh
, we should have a singlespack
command with aproject
subcommand to handle project installations. The proposed solution provides a cleaner interface to users.