Skip to content

Commit ed5205a

Browse files
committed
Enable verbose output for spack install command in user_spack_environment (#67)
* Enable verbose output for spack install command in user_spack_environment * Add dependency installation steps to CI config
1 parent 2186ce4 commit ed5205a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,10 @@ user_spack_environment:
503503
- source /opt/spack/share/spack/setup-env.sh
504504
- spack env activate --create edm4eic
505505
- spack add edm4eic@git.main
506-
- spack install
506+
- 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
507510
- ls $HOME/spack/
508511

509512
.cuda:

0 commit comments

Comments
 (0)