Disable those packages that won't build
This commit is contained in:
parent
2d490017a7
commit
a9699e7fc0
@ -4,9 +4,11 @@ spack:
|
||||
definitions:
|
||||
- apps:
|
||||
- gromacs
|
||||
- mpas-model
|
||||
# - mpas-model: Spack currently forces REAL(8) when using GCC. This conflicts with `precision=single`
|
||||
# Fix proposed in https://github.com/spack/spack/pull/43547
|
||||
- openfoam
|
||||
- quantum-espresso
|
||||
# - quantum-espresso : %gcc@12.3.0 on neoverse_v1 fails.
|
||||
# Root cause: internal compiler error: in compute_live_loop_exits, at tree-ssa-loop-manip.cc:247
|
||||
- wrf
|
||||
|
||||
- targets:
|
||||
|
@ -6,6 +6,12 @@ packages:
|
||||
- "cflags=-std=c18 target=x86_64_v4"
|
||||
- "cflags=-std=c18 target=x86_64_v3"
|
||||
- "%gcc"
|
||||
gettext:
|
||||
require:
|
||||
- one_of:
|
||||
- '%intel cflags="-std=c18"'
|
||||
- '%gcc'
|
||||
message: "gettext uses single valued `static_assert` which is only available in `icc` as part of later C standard."
|
||||
gromacs:
|
||||
require:
|
||||
- one_of:
|
||||
|
@ -5,11 +5,10 @@ spack:
|
||||
- apps:
|
||||
- gromacs
|
||||
- lammps
|
||||
# - mpas-model: Spack currently forces REAL(8) when using GCC. This conflicts with `precision=single`
|
||||
- mpas-model
|
||||
- openfoam
|
||||
- palace
|
||||
# - quantum-espresso : %gcc@12.3.0 on neoverse_v1 fails.
|
||||
# Root cause: internal compiler error: in compute_live_loop_exits, at tree-ssa-loop-manip.cc:247
|
||||
- quantum-espresso
|
||||
# - wrf : While building hdf5 cmake errors out with Detecting Fortran/C Interface: Failed to compile
|
||||
# Root cause: ifort cannot deal with arbitrarily long file names.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user