Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit c954524

Browse files
committed
Juggle openmp and sympy variants.
1 parent 2b7c481 commit c954524

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ build:coreneuron+nmodl:gpu:
9393
SPACK_PACKAGE: coreneuron
9494
# +report pulls in a lot of dependencies and the tests fail.
9595
# See https://github.com/BlueBrain/CoreNeuron/issues/518 re: build_type
96-
SPACK_PACKAGE_SPEC: +nmodl+openmp+gpu+tests~legacy-unit~report+sympy build_type=RelWithDebInfo
96+
SPACK_PACKAGE_SPEC: +nmodl+openmp+gpu+tests~legacy-unit~report~sympy build_type=RelWithDebInfo
9797
extends:
9898
- .spack_build
9999
- .spack_nvhpc
@@ -105,7 +105,7 @@ build:coreneuron+nmodl~openmp:gpu:
105105
# +report pulls in a lot of dependencies and the tests fail.
106106
# See https://github.com/BlueBrain/CoreNeuron/issues/518 re: build_type
107107
# Sympy + OpenMP target offload does not currently work with NVHPC
108-
SPACK_PACKAGE_SPEC: +nmodl~openmp+gpu+tests~legacy-unit~report~sympy build_type=RelWithDebInfo
108+
SPACK_PACKAGE_SPEC: +nmodl~openmp+gpu+tests~legacy-unit~report+sympy build_type=RelWithDebInfo
109109
extends:
110110
- .spack_build
111111
- .spack_nvhpc
@@ -116,7 +116,7 @@ build:coreneuron:gpu:
116116
SPACK_PACKAGE: coreneuron
117117
# +report pulls in a lot of dependencies and the tests fail.
118118
# See https://github.com/BlueBrain/CoreNeuron/issues/518 re: build_type
119-
SPACK_PACKAGE_SPEC: +gpu+tests~legacy-unit~report build_type=RelWithDebInfo
119+
SPACK_PACKAGE_SPEC: +gpu+openmp+tests~legacy-unit~report build_type=RelWithDebInfo
120120
extends:
121121
- .spack_build
122122
- .spack_nvhpc

0 commit comments

Comments
 (0)