Trilinos: More accurate stk boot dependency (#43550)

Boost was not required as of `@13.4.0`
This commit is contained in:
psakievich 2024-04-09 06:49:06 -06:00 committed by GitHub
parent 3f2fa256fc
commit fb6741cf85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -420,7 +420,7 @@ class Trilinos(CMakePackage, CudaPackage, ROCmPackage):
depends_on("binder@1.3:", when="@15: +python", type="build") depends_on("binder@1.3:", when="@15: +python", type="build")
depends_on("blas") depends_on("blas")
depends_on("boost+graph+math+exception+stacktrace", when="+boost") depends_on("boost+graph+math+exception+stacktrace", when="+boost")
depends_on("boost+graph+math+exception+stacktrace", when="@:14.0.0 +stk") depends_on("boost+graph+math+exception+stacktrace", when="@:13.4.0 +stk")
depends_on("cgns", when="+exodus") depends_on("cgns", when="+exodus")
depends_on("cmake@3.23:", type="build", when="@14.0.0:") depends_on("cmake@3.23:", type="build", when="@14.0.0:")
depends_on("hdf5+hl", when="+hdf5") depends_on("hdf5+hl", when="+hdf5")