Skip to content
Snippets Groups Projects
Unverified Commit d7e984bc authored by Satish Balay's avatar Satish Balay Committed by GitHub
Browse files

amrex: current @develop - and future releases require cmake@3.13 or higher (#10953)

parent fb946e51
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,8 @@ class Amrex(CMakePackage):
# Build dependencies
depends_on('mpi', when='+mpi')
depends_on('python@2.7:', type='build')
depends_on('cmake@3.5:', type='build')
depends_on('cmake@3.5:', type='build', when='@:18.10.99')
depends_on('cmake@3.13:', type='build', when='@18.11:')
conflicts('%clang')
def cmake_is_on(self, option):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment