Skip to content

Commit

Permalink
libaccessom2: increase the minimum cmake required to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
harshula committed Dec 23, 2022
1 parent c6ea5ca commit da87e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libaccessom2/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Libaccessom2(CMakePackage):

version("spack-build", branch="spack-build")

depends_on("cmake@3.6:")
depends_on("cmake@3.12:")
depends_on("pkgconf")
# TODO: Should we depend on virtual package "mpi" instead?
depends_on("[email protected]:")
Expand Down

0 comments on commit da87e41

Please sign in to comment.