Remove apps that currently do not build

This commit is contained in:
Stephen Sachs 2024-04-09 11:27:01 +02:00
parent 7c5b50d5cc
commit 2d490017a7

View File

@ -5,11 +5,13 @@ spack:
- apps:
- gromacs
- lammps
- mpas-model
# - mpas-model: Spack currently forces REAL(8) when using GCC. This conflicts with `precision=single`
- openfoam
- palace
- 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 : While building hdf5 cmake errors out with Detecting Fortran/C Interface: Failed to compile
# Root cause: ifort cannot deal with arbitrarily long file names.
- targets:
- 'target=x86_64_v4'