We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b48e10 commit 631b631Copy full SHA for 631b631
.gitlab-ci.yml
@@ -503,7 +503,10 @@ user_spack_environment:
503
- source /opt/spack/share/spack/setup-env.sh
504
- spack env activate --create edm4eic
505
- spack add edm4eic@git.main
506
- - spack install
+ - spack concretize
507
+ - spack install --only dependencies edm4eic
508
+ - ls -al /opt/software/linux-*/compiler-wrapper-1.0-*/libexec/spack/gcc/g++
509
+ - spack install --verbose
510
- ls $HOME/spack/
511
512
.cuda:
0 commit comments