Skip to content
Snippets Groups Projects

fix: spack:config:environments_root:~/.spack/env

Merged Wouter Deconinck requested to merge spack-config-environments-root into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -241,6 +241,8 @@ RUN . /opt/spack/share/spack/setup-env.sh \
&& spack config --scope site add "config:install_tree:root:~/spack" \
&& spack config --scope site add "config:source_cache:~/.spack/cache" \
&& spack config --scope site add "config:binary_index_root:~/.spack" \
&& spack config --scope site add "config:environments_root:~/.spack/env" \
&& spack config --scope site add "config:suppress_gpg_warnings:true" \
&& spack config blame config \
&& spack config --scope site add "upstreams:eic-shell:install_tree:/opt/software" \
&& spack config blame upstreams
Loading