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:
parent
7db38433e2
commit
6990cf76a0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue