From 6990cf76a0d167db844373d8b643d42cd3282049 Mon Sep 17 00:00:00 2001 From: psakievich Date: Mon, 31 Oct 2022 09:37:38 -0600 Subject: Nalu-Wind: Allow for standard versions of trilinos (#33620) * Nalu-Wind: Allow for standard versions of trilinos This will allow us to utilize custom numeric versions for trilinos in `spack-manager` while we continue to develop `nalu-wind`. Pinging @eugeneswalker @jrood-nrel @tasmith4 * Update var/spack/repos/builtin/packages/nalu-wind/package.py --- var/spack/repos/builtin/packages/nalu-wind/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/nalu-wind/package.py b/var/spack/repos/builtin/packages/nalu-wind/package.py index b66595d939..4fc0bf6112 100644 --- a/var/spack/repos/builtin/packages/nalu-wind/package.py +++ b/var/spack/repos/builtin/packages/nalu-wind/package.py @@ -51,7 +51,7 @@ class NaluWind(CMakePackage, CudaPackage): depends_on("mpi") depends_on("yaml-cpp@0.5.3:") depends_on( - "trilinos@stable:" + "trilinos@13:" "+exodus+tpetra+muelu+belos+ifpack2+amesos2+zoltan+stk+boost" "~superlu-dist~superlu+hdf5+shards~hypre+gtest" ) -- cgit v1.2.3-60-g2f50