Skip to content

Commit 631b631

Browse files
authored
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 0b48e10 commit 631b631

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 [email protected]
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)