Skip to content

Commit 288ab2f

Browse files
committed
find externals for pvc build
1 parent 0173ec2 commit 288ab2f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitlab/uoregon-gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ nvidia-gh-nvhpc-25.11-cuda-12.9:
7777
- which nvc
7878
- spack external find
7979
- spack compiler list
80-
- spack dev-build -d ${CI_PROJECT_DIR} --test=root raja@develop +cuda cuda_arch=90 %c,cxx=nvhpc
80+
- spack dev-build -d ${CI_PROJECT_DIR} --test=root raja@develop +cuda cuda_arch=90 %c,cxx=nvhpc ^libiconv%gcc
8181

8282
intel-pvc-oneapi-2025.3.0:
8383
extends: [.build-and-test]
@@ -89,6 +89,8 @@ intel-pvc-oneapi-2025.3.0:
8989
- sycl-ls
9090
- export ONEAPI_DEVICE_SELECTOR=level_zero:gpu
9191
- spack env activate ${SPACK_ENVIRONMENT_PATH}
92+
- spack external find
93+
- spack compiler list
9294
# - spack config blame
9395
- spack develop -p ${CI_PROJECT_DIR} raja
9496
- spack install --test=root

0 commit comments

Comments
 (0)