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
This commit is contained in:
psakievich 2022-10-31 09:37:38 -06:00 committed by GitHub
parent 7db38433e2
commit 6990cf76a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ class NaluWind(CMakePackage, CudaPackage):
depends_on("mpi") depends_on("mpi")
depends_on("yaml-cpp@0.5.3:") depends_on("yaml-cpp@0.5.3:")
depends_on( depends_on(
"trilinos@stable:" "trilinos@13:"
"+exodus+tpetra+muelu+belos+ifpack2+amesos2+zoltan+stk+boost" "+exodus+tpetra+muelu+belos+ifpack2+amesos2+zoltan+stk+boost"
"~superlu-dist~superlu+hdf5+shards~hypre+gtest" "~superlu-dist~superlu+hdf5+shards~hypre+gtest"
) )