@@ -57,7 +57,7 @@ simulation_stack:
5757.spack_nvhpc :
5858 variables :
5959 SPACK_PACKAGE_COMPILER : nvhpc
60- SPACK_PACKAGE_DEPENDENCIES : ^hpe-mpi%gcc ^caliper~libdw~adiak~libunwind%gcc+cuda cuda_arch=70 ^ python%gcc
60+ SPACK_PACKAGE_DEPENDENCIES : ^hpe-mpi%gcc ^python%gcc
6161.build_neuron :
6262 extends : [.build]
6363 timeout : two hours
@@ -183,44 +183,44 @@ build:neuron:nmodl:intel:shared:debug:
183183build:neuron:mod2c:nvhpc:acc:shared :
184184 extends : [.build_neuron, .spack_nvhpc]
185185 variables :
186- SPACK_PACKAGE_SPEC : + caliper+gpu~legacy-unit~nmodl~openmp+shared+tests~unified build_type=RelWithDebInfo
186+ SPACK_PACKAGE_SPEC : ~ caliper+gpu~legacy-unit~nmodl~openmp+shared+tests~unified build_type=RelWithDebInfo
187187# needs: ["build:coreneuron:mod2c:nvhpc:acc:shared"]
188188
189189build:neuron:nmodl:nvhpc:acc:debug:legacy :
190190 extends : [.build_neuron, .spack_nvhpc]
191191 needs : ["build:nmodl"]
192192 variables :
193- SPACK_PACKAGE_SPEC : + caliper+gpu~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug
193+ SPACK_PACKAGE_SPEC : ~ caliper+gpu~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug
194194# needs: ["build:coreneuron:nmodl:nvhpc:acc:debug:legacy"]
195195
196196build:neuron:nmodl:nvhpc:acc:shared :
197197 extends : [.build_neuron, .spack_nvhpc]
198198 needs : ["build:nmodl"]
199199 variables :
200- SPACK_PACKAGE_SPEC : + caliper+gpu~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=RelWithDebInfo
200+ SPACK_PACKAGE_SPEC : ~ caliper+gpu~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=RelWithDebInfo
201201# needs: ["build:coreneuron:nmodl:nvhpc:acc:shared"]
202202
203203build:neuron:nmodl:nvhpc:omp:legacy :
204204 extends : [.build_neuron, .spack_nvhpc]
205205 needs : ["build:nmodl"]
206206 variables :
207- SPACK_PACKAGE_SPEC : + caliper+gpu~legacy-unit+nmodl+openmp~shared~sympy+tests~unified build_type=RelWithDebInfo
207+ SPACK_PACKAGE_SPEC : ~ caliper+gpu~legacy-unit+nmodl+openmp~shared~sympy+tests~unified build_type=RelWithDebInfo
208208# needs: ["build:coreneuron:nmodl:nvhpc:omp:legacy"]
209209
210210build:neuron:nmodl:nvhpc:omp:debug :
211211 extends : [.build_neuron, .spack_nvhpc]
212212 needs : ["build:nmodl"]
213213 variables :
214- SPACK_PACKAGE_SPEC : + caliper+gpu~legacy-unit+nmodl+openmp~shared+sympy+tests~unified build_type=Debug
214+ SPACK_PACKAGE_SPEC : ~ caliper+gpu~legacy-unit+nmodl+openmp~shared+sympy+tests~unified build_type=Debug
215215# needs: ["build:coreneuron:nmodl:nvhpc:omp:debug"]
216216
217217# Test CoreNEURON
218- test:coreneuron:mod2c:intel:shared:debug :
219- extends : [.ctest]
218+ # test:coreneuron:mod2c:intel:shared:debug:
219+ # extends: [.ctest]
220220# needs: ["build:coreneuron:mod2c:intel:shared:debug"]
221221
222- test:coreneuron:nmodl:intel:debug:legacy :
223- extends : [.ctest]
222+ # test:coreneuron:nmodl:intel:debug:legacy:
223+ # extends: [.ctest]
224224# needs: ["build:coreneuron:nmodl:intel:debug:legacy"]
225225
226226# test:coreneuron:nmodl:intel:shared:debug:
0 commit comments