Closed TomMelt closed 1 month ago
Fixes #706
relax cmake version in spack.yaml files from cmake@3.27.7 to cmake@3.20:.
cmake
spack.yaml
cmake@3.27.7
cmake@3.20:
The syntax means any version greater than 3.20. This will help because spack recently deprecated many cmake versions including 3.27.7
3.20
spack
3.27.7
(related to discussion #705 )
@auraoupa , can you please try this branch and see if it fixes your issue #705
Fixes #706
relax
cmake
version inspack.yaml
files fromcmake@3.27.7
tocmake@3.20:
.The syntax means any version greater than
3.20
. This will help becausespack
recently deprecated manycmake
versions including3.27.7
(related to discussion #705 )