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

Commit 3e89498

Browse files
committed
Use common nmodl build with gcc compiler
1 parent d25690d commit 3e89498

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,12 @@ build:neuron:mod2c:intel:shared:debug:
163163

164164
build:neuron:nmodl:intel:debug:legacy:
165165
extends: [.build_neuron, .spack_intel]
166+
needs: ["build:nmodl"]
166167
# needs: ["build:coreneuron:nmodl:intel:debug:legacy"]
167168

168169
build:neuron:nmodl:intel:shared:debug:
169170
extends: [.build_neuron, .spack_intel]
171+
needs: ["build:nmodl"]
170172
# needs: ["build:coreneuron:nmodl:intel:shared:debug"]
171173

172174
build:neuron:mod2c:nvhpc:acc:shared:
@@ -175,18 +177,22 @@ build:neuron:mod2c:nvhpc:acc:shared:
175177

176178
build:neuron:nmodl:nvhpc:acc:debug:legacy:
177179
extends: [.build_neuron, .spack_nvhpc]
180+
needs: ["build:nmodl"]
178181
# needs: ["build:coreneuron:nmodl:nvhpc:acc:debug:legacy"]
179182

180183
build:neuron:nmodl:nvhpc:acc:shared:
181184
extends: [.build_neuron, .spack_nvhpc]
185+
needs: ["build:nmodl"]
182186
# needs: ["build:coreneuron:nmodl:nvhpc:acc:shared"]
183187

184188
build:neuron:nmodl:nvhpc:omp:legacy:
185189
extends: [.build_neuron, .spack_nvhpc]
190+
needs: ["build:nmodl"]
186191
# needs: ["build:coreneuron:nmodl:nvhpc:omp:legacy"]
187192

188193
build:neuron:nmodl:nvhpc:omp:debug:
189194
extends: [.build_neuron, .spack_nvhpc]
195+
needs: ["build:nmodl"]
190196
# needs: ["build:coreneuron:nmodl:nvhpc:omp:debug"]
191197

192198
# Test CoreNEURON

0 commit comments

Comments
 (0)