We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
you can pass a yaml file with an environment spec directly to spack.
spack install ./spack.yaml
This path may open up a much easier way to use envs than spack shell support.
The text was updated successfully, but these errors were encountered:
@white238 FYI
Sorry, something went wrong.
Or maybe I am just very confused -- simple example isn't working as I expected:
spack/spack#31168
I’d like to also bring this to your attention: https://spack.readthedocs.io/en/latest/configuration.html?highlight=user_cache_path#overriding-local-configuration I’ve add success using that.
Turns out I hopefully imagined or misunderstood this.
You can't build envs by just handing a spack.yaml over on the command line. You do have to use the shell, or -e
No branches or pull requests
you can pass a yaml file with an environment spec directly to spack.
This path may open up a much easier way to use envs than spack shell support.
The text was updated successfully, but these errors were encountered: