We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0173ec2 commit 288ab2fCopy full SHA for 288ab2f
1 file changed
.gitlab/uoregon-gitlab-ci.yml
@@ -77,7 +77,7 @@ nvidia-gh-nvhpc-25.11-cuda-12.9:
77
- which nvc
78
- spack external find
79
- spack compiler list
80
- - spack dev-build -d ${CI_PROJECT_DIR} --test=root raja@develop +cuda cuda_arch=90 %c,cxx=nvhpc
+ - spack dev-build -d ${CI_PROJECT_DIR} --test=root raja@develop +cuda cuda_arch=90 %c,cxx=nvhpc ^libiconv%gcc
81
82
intel-pvc-oneapi-2025.3.0:
83
extends: [.build-and-test]
@@ -89,6 +89,8 @@ intel-pvc-oneapi-2025.3.0:
89
- sycl-ls
90
- export ONEAPI_DEVICE_SELECTOR=level_zero:gpu
91
- spack env activate ${SPACK_ENVIRONMENT_PATH}
92
+ - spack external find
93
+ - spack compiler list
94
# - spack config blame
95
- spack develop -p ${CI_PROJECT_DIR} raja
96
- spack install --test=root
0 commit comments