ACCESS-NRI / spack-config

Shared spack configuration
Apache License 2.0
1 stars 0 forks source link

Pin cmake to 3.24.2 for CI #21

Closed harshula closed 8 months ago

harshula commented 8 months ago

The Spack config for gadi already pins CMake to version 3.24.2. See v0.20/gadi/packages.yaml:

packages:
...
  cmake:
    externals:
    - spec: cmake@3.24.2
      prefix: /apps/cmake/3.24.2
    buildable: false

We should do the same in the Spack config for CI.

CodeGat commented 8 months ago

The signed commits strike again...