Skip to content

Commit

Permalink
bugfix: relax cmake version to remove deprecated version (#707)
Browse files Browse the repository at this point in the history
Fixes #706 

relax `cmake` version in `spack.yaml` files from `cmake@3.27.7` to
`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`

(related to discussion #705 )
  • Loading branch information
auraoupa authored Sep 26, 2024
2 parents fab27dd + ab91a7c commit 6f152b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spack:
specs:
- boost@1.80.0+log+program_options
- catch2
- cmake@3.27.7
- 'cmake@3.20:'
- eigen@3.4.0
- gmake
- hdf5@1.14.3
Expand Down
2 changes: 1 addition & 1 deletion spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spack:
specs:
- boost@1.80.0+log+program_options
- catch2
- cmake@3.27.7
- 'cmake@3.20:'
- eigen@3.4.0
- gmake
- hdf5@1.14.3
Expand Down

0 comments on commit 6f152b9

Please # to comment.