File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
configs/sites/tier1/nautilus Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ packages:
88 externals :
991010 prefix : /opt/rh/gcc-toolset-13/root/usr
11- modules :
12- - scl/gcc-toolset-13
1311 gcc :
1412 buildable : False
1513 externals :
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ case ${SPACK_STACK_BATCH_HOST} in
133133 SPACK_STACK_CARGO_MIRROR=" /p/cwfs/projects/NEPTUNE/spack-stack/cargo-mirror"
134134 ;;
135135 nautilus)
136- SPACK_STACK_BATCH_COMPILERS=(" oneapi@=2025.3.0" " gcc@=13.4.0 " )
136+ SPACK_STACK_BATCH_COMPILERS=(" oneapi@=2025.3.0" " gcc@=13.3.1 " )
137137 SPACK_STACK_BATCH_TEMPLATES=(" neptune-dev" " unified-dev" " cylc-dev" )
138138 SPACK_STACK_MODULE_CHOICE=" tcl"
139139 SPACK_STACK_BOOTSTRAP_MIRROR=" /p/cwfs/projects/NEPTUNE/spack-stack/bootstrap-mirror"
@@ -460,6 +460,7 @@ for compiler in "${SPACK_STACK_BATCH_COMPILERS[@]}"; do
460460 --compiler=${compiler_name} -${compiler_version} \
461461 --template=${template} \
462462 --dir=${environment_dirs} \
463+ --treat-warnings-as-errors \
463464 2>&1 | tee log.create.${env_name} .001
464465 fi
465466 spack env activate -p ${env_dir}
You can’t perform that action at this time.
0 commit comments