Make superlu-dist@7.1.0 request CMake 3.18.1 or newer (#26849)

This commit is contained in:
Alexander Jaust 2021-10-21 07:43:30 +02:00 committed by GitHub
parent 88591536c8
commit 97d244eb95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,7 @@ class SuperluDist(CMakePackage, CudaPackage):
depends_on('lapack')
depends_on('parmetis')
depends_on('metis@5:')
depends_on('cmake@3.18.1:', type='build', when='@7.1.0:')
conflicts('+cuda', when='@:6.3')