@@ -82,18 +82,16 @@ build:coreneuron:mod2c:nvhpc:acc:
8282 extends : [.build, .spack_nvhpc]
8383 variables :
8484 SPACK_PACKAGE : coreneuron
85- # +report pulls in a lot of dependencies and the tests fail.
8685 # See https://github.com/BlueBrain/CoreNeuron/issues/518 re: build_type
87- SPACK_PACKAGE_SPEC : +gpu+openmp+tests~legacy-unit~report build_type=RelWithDebInfo
86+ SPACK_PACKAGE_SPEC : +gpu+openmp+tests~legacy-unit build_type=RelWithDebInfo
8887
8988# Build CoreNEURON with Unified Memory on GPU
9089build:coreneuron:mod2c:nvhpc:acc:unified :
9190 extends : [.build, .spack_nvhpc]
9291 variables :
9392 SPACK_PACKAGE : coreneuron
94- # +report pulls in a lot of dependencies and the tests fail.
9593 # See https://github.com/BlueBrain/CoreNeuron/issues/518 re: build_type
96- SPACK_PACKAGE_SPEC : +gpu+unified+openmp+tests~legacy-unit~report build_type=RelWithDebInfo
94+ SPACK_PACKAGE_SPEC : +gpu+unified+openmp+tests~legacy-unit build_type=RelWithDebInfo
9795
9896.build_coreneuron_nmodl :
9997 extends : [.build]
@@ -113,19 +111,17 @@ build:coreneuron:nmodl:nvhpc:omp:
113111 extends : [.build_coreneuron_nmodl, .spack_nvhpc]
114112 variables :
115113 SPACK_PACKAGE : coreneuron
116- # +report pulls in a lot of dependencies and the tests fail.
117114 # See https://github.com/BlueBrain/CoreNeuron/issues/518 re: build_type
118- SPACK_PACKAGE_SPEC : +nmodl+openmp+gpu+tests~legacy-unit~report~ sympy build_type=RelWithDebInfo
115+ SPACK_PACKAGE_SPEC : +nmodl+openmp+gpu+tests~legacy-unit~sympy build_type=RelWithDebInfo
119116 needs : ["build:nmodl"]
120117
121118build:coreneuron:nmodl:nvhpc:acc :
122119 extends : [.build_coreneuron_nmodl, .spack_nvhpc]
123120 variables :
124121 SPACK_PACKAGE : coreneuron
125- # +report pulls in a lot of dependencies and the tests fail.
126122 # See https://github.com/BlueBrain/CoreNeuron/issues/518 re: build_type
127123 # Sympy + OpenMP target offload does not currently work with NVHPC
128- SPACK_PACKAGE_SPEC : +nmodl~openmp+gpu+tests~legacy-unit~report +sympy build_type=RelWithDebInfo
124+ SPACK_PACKAGE_SPEC : +nmodl~openmp+gpu+tests~legacy-unit+sympy build_type=RelWithDebInfo
129125 needs : ["build:nmodl"]
130126
131127build:coreneuron:mod2c:intel :
0 commit comments