Nalu: adding support for Trilinos 14.2.0 for Nalu 1.6.0 (#43857)
This commit is contained in:
parent
7e8415a3a6
commit
b1d4fd14bc
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Nalu(CMakePackage):
|
|||
version("1.6.0", sha256="2eafafe25ed44a7bc1429881f8f944b9794ca51b1e1b29c28a45b91520c7cf97")
|
||||
|
||||
depends_on("trilinos@master", when="@master")
|
||||
depends_on("trilinos@=14.0.0", when="@1.6.0")
|
||||
depends_on("trilinos@14.0.0:14.2.0", when="@1.6.0")
|
||||
|
||||
# Options
|
||||
variant(
|
||||
|
@ -44,6 +44,7 @@ class Nalu(CMakePackage):
|
|||
depends_on(
|
||||
"trilinos"
|
||||
"+mpi+exodus+tpetra+muelu+belos+ifpack2+amesos2+zoltan+stk+boost+gtest"
|
||||
"~epetra~ml"
|
||||
"~superlu-dist+superlu+hdf5+shards~hypre gotype=long"
|
||||
)
|
||||
depends_on("trilinos~shared", when="~shared")
|
||||
|
|
Loading…
Reference in a new issue