Trilinos: More accurate stk boot dependency (#43550)
Boost was not required as of `@13.4.0`
This commit is contained in:
parent
3f2fa256fc
commit
fb6741cf85
@ -420,7 +420,7 @@ class Trilinos(CMakePackage, CudaPackage, ROCmPackage):
|
||||
depends_on("binder@1.3:", when="@15: +python", type="build")
|
||||
depends_on("blas")
|
||||
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("cmake@3.23:", type="build", when="@14.0.0:")
|
||||
depends_on("hdf5+hl", when="+hdf5")
|
||||
|
Loading…
Reference in New Issue
Block a user