Skip to content

Commit

Permalink
Fix bug in gitlab ci spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
ldowen committed Oct 8, 2024
1 parent b9d07bd commit 58ef57b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

.gcc_spectrum:
variables:
SPEC: 'gcc@$GCC_VERSION^spectrum-mpi -DENABLE_DEV_BUILD=On'
SPEC: 'gcc@$GCC_VERSION^spectrum-mpi'
EXTRA_CMAKE_ARGS: '-DENABLE_DEV_BUILD=On'

.clang_mvapich2:
variables:
Expand Down

0 comments on commit 58ef57b

Please sign in to comment.