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

Commit e611439

Browse files
committed
fix missing specs for individual builds
1 parent aa2150e commit e611439

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitlab-ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,40 +160,56 @@ build:nmodl:
160160
# Build NEURON
161161
build: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

165167
build: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

170174
build: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

175181
build: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

179187
build: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

184194
build: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

189201
build: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

194208
build: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

Comments
 (0)