ip: add cmake version requirement for @5.1: (#47754)
This commit is contained in:
parent
66055f903c
commit
eda0c6888e
@ -70,6 +70,7 @@ class Ip(CMakePackage):
|
||||
depends_on("sp precision=d", when="@4.1:4 precision=d")
|
||||
depends_on("sp precision=8", when="@4.1:4 precision=8")
|
||||
depends_on("lapack", when="@5.1:")
|
||||
depends_on("cmake@3.18:", when="@5.1:")
|
||||
|
||||
def cmake_args(self):
|
||||
args = [
|
||||
|
Loading…
Reference in New Issue
Block a user