Originally posted by **auraoupa** September 17, 2024
Hi @TomMelt, I tried to implement the spack environment with the spack.yml file on two different machines (linux and mac) and I get the same error each time : ```Cannot satisfy 'cmake@3.27.7'``` and even when I remove the exact version the environment building does not go through ...
On which device did you set up this environment ?
spack recently deprecated cmake@3.27.7. This means that spack install fails to concretize the environment.
Discussed in https://github.com/nextsimhub/nextsimdg/discussions/705
spack
recently deprecatedcmake@3.27.7
. This means thatspack install
fails to concretize the environment.