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

This commit is contained in:
Satish Balay 2019-03-24 22:15:49 -05:00 committed by GitHub
parent fb946e51a4
commit d7e984bcf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):