amrex: current @develop - and future releases require cmake@3.13 or higher (#10953)
This commit is contained in:
parent
fb946e51a4
commit
d7e984bcf8
@ -48,7 +48,8 @@ class Amrex(CMakePackage):
|
|||||||
# Build dependencies
|
# Build dependencies
|
||||||
depends_on('mpi', when='+mpi')
|
depends_on('mpi', when='+mpi')
|
||||||
depends_on('python@2.7:', type='build')
|
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')
|
conflicts('%clang')
|
||||||
|
|
||||||
def cmake_is_on(self, option):
|
def cmake_is_on(self, option):
|
||||||
|
Loading…
Reference in New Issue
Block a user