From fb6741cf859424bb6e7c0973ea8e47e390ecad12 Mon Sep 17 00:00:00 2001 From: psakievich Date: Tue, 9 Apr 2024 06:49:06 -0600 Subject: Trilinos: More accurate stk boot dependency (#43550) Boost was not required as of `@13.4.0` --- var/spack/repos/builtin/packages/trilinos/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/trilinos/package.py b/var/spack/repos/builtin/packages/trilinos/package.py index 3b0ede995b..0d08e0e2d7 100644 --- a/var/spack/repos/builtin/packages/trilinos/package.py +++ b/var/spack/repos/builtin/packages/trilinos/package.py @@ -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") -- cgit v1.2.3-70-g09d2