Skip to content
This repository was archived by the owner on Jul 14, 2022. It is now read-only.

Commit 93264f4

Browse files
Add CUDA with shared CI test
1 parent 7fb185b commit 93264f4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

azure-pipelines.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,14 @@ stages:
229229
timeoutInMinutes: 0
230230
strategy:
231231
matrix:
232+
shared_vtkh:
233+
BUILD_SHARED_LIBS: ON
234+
CMAKE_BUILD_TYPE: Release
235+
SPACK_SHARED_VARIANT: +shared
232236
static_vtkh:
233237
BUILD_SHARED_LIBS: OFF
234238
CMAKE_BUILD_TYPE: Release
239+
SPACK_SHARED_VARIANT: ~shared
235240
steps:
236241
- checkout: self
237242
clean: boolean
@@ -266,7 +271,7 @@ stages:
266271
which python
267272
python --version
268273
# setup spack spec (must be static)
269-
export SPACK_SPEC="%gcc+mpi+cuda~openmp~shared"
274+
export SPACK_SPEC="%gcc+mpi+cuda~openmp"
270275
export SPACK_SPEC="${SPACK_SPEC}${SPACK_SHARED_VARIANT} ^vtk-m+cuda${SPACK_SHARED_VARIANT}"
271276
export SPACK_SPEC="${SPACK_SPEC} ^cmake~openssl~ncurses"
272277
echo $SPACK_SPEC

0 commit comments

Comments
 (0)