Nalu-Wind Tioga Dependency (#44675)
* Nalu-Wind Tioga Dependency We created the tioga@1.0.0 tag for reproducing the exawind 1.0 release * Update tioga tags
This commit is contained in:
parent
6e7fb9a308
commit
e11f83f34b
@ -63,7 +63,7 @@ class NaluWind(CMakePackage, CudaPackage, ROCmPackage):
|
||||
)
|
||||
depends_on("trilinos~cuda~wrapper", when="~cuda")
|
||||
depends_on("openfast@2.6.0: +cxx", when="+openfast")
|
||||
depends_on("tioga@master:", when="+tioga")
|
||||
depends_on("tioga@1.0.0:", when="+tioga")
|
||||
depends_on("hypre@2.18.2: ~int64+mpi~superlu-dist", when="+hypre")
|
||||
depends_on("trilinos+muelu+belos+amesos2+ifpack2", when="+trilinos-solvers")
|
||||
conflicts(
|
||||
|
@ -20,6 +20,7 @@ class Tioga(CMakePackage):
|
||||
# The original TIOGA repo has possibly been abandoned,
|
||||
# so work on TIOGA has continued in the Exawind project
|
||||
version("develop", git="https://github.com/Exawind/tioga.git", branch="exawind")
|
||||
version("1.1.0", git="https://github.com/Exawind/tioga.git", tag="v1.1.0")
|
||||
version("1.0.0", git="https://github.com/Exawind/tioga.git", tag="v1.0.0")
|
||||
version("master", branch="master")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user