This repository was archived by the owner on Mar 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments