ip: add cmake version requirement for @5.1: (#47754)

This commit is contained in:
Alex Richert
2024-11-25 01:38:08 -08:00
committed by GitHub
parent 66055f903c
commit eda0c6888e

View File

@@ -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 = [