@@ -160,40 +160,56 @@ build:nmodl:
160160# Build NEURON
161161build:neuron:mod2c:intel:shared:debug :
162162 extends : [.build_neuron, .spack_intel]
163+ variables :
164+ SPACK_PACKAGE_SPEC : +caliper~gpu~legacy-unit~nmodl~openmp+shared+tests~unified build_type=Debug
163165# needs: ["build:coreneuron:mod2c:intel:shared:debug"]
164166
165167build:neuron:nmodl:intel:debug:legacy :
166168 extends : [.build_neuron, .spack_intel]
167169 needs : ["build:nmodl"]
170+ variables :
171+ SPACK_PACKAGE_SPEC : +caliper~gpu~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug
168172# needs: ["build:coreneuron:nmodl:intel:debug:legacy"]
169173
170174build:neuron:nmodl:intel:shared:debug :
171175 extends : [.build_neuron, .spack_intel]
172176 needs : ["build:nmodl"]
177+ variables :
178+ SPACK_PACKAGE_SPEC : ~caliper~gpu~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=Debug
173179# needs: ["build:coreneuron:nmodl:intel:shared:debug"]
174180
175181build:neuron:mod2c:nvhpc:acc:shared :
176182 extends : [.build_neuron, .spack_nvhpc]
183+ variables :
184+ SPACK_PACKAGE_SPEC : +caliper+gpu~legacy-unit~nmodl~openmp+shared+tests~unified build_type=RelWithDebInfo
177185# needs: ["build:coreneuron:mod2c:nvhpc:acc:shared"]
178186
179187build:neuron:nmodl:nvhpc:acc:debug:legacy :
180188 extends : [.build_neuron, .spack_nvhpc]
181189 needs : ["build:nmodl"]
190+ variables :
191+ SPACK_PACKAGE_SPEC : +caliper+gpu~legacy-unit+nmodl~openmp~shared~sympy+tests~unified build_type=Debug
182192# needs: ["build:coreneuron:nmodl:nvhpc:acc:debug:legacy"]
183193
184194build:neuron:nmodl:nvhpc:acc:shared :
185195 extends : [.build_neuron, .spack_nvhpc]
186196 needs : ["build:nmodl"]
197+ variables :
198+ SPACK_PACKAGE_SPEC : +caliper+gpu~legacy-unit+nmodl~openmp+shared+sympy+tests~unified build_type=RelWithDebInfo
187199# needs: ["build:coreneuron:nmodl:nvhpc:acc:shared"]
188200
189201build:neuron:nmodl:nvhpc:omp:legacy :
190202 extends : [.build_neuron, .spack_nvhpc]
191203 needs : ["build:nmodl"]
204+ variables :
205+ SPACK_PACKAGE_SPEC : +caliper+gpu~legacy-unit+nmodl+openmp~shared~sympy+tests~unified build_type=RelWithDebInfo
192206# needs: ["build:coreneuron:nmodl:nvhpc:omp:legacy"]
193207
194208build:neuron:nmodl:nvhpc:omp:debug :
195209 extends : [.build_neuron, .spack_nvhpc]
196210 needs : ["build:nmodl"]
211+ variables :
212+ SPACK_PACKAGE_SPEC : +caliper+gpu~legacy-unit+nmodl+openmp~shared+sympy+tests~unified build_type=Debug
197213# needs: ["build:coreneuron:nmodl:nvhpc:omp:debug"]
198214
199215# Test CoreNEURON
0 commit comments