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:
psakievich 2024-06-11 19:44:37 -06:00 committed by GitHub
parent 6e7fb9a308
commit e11f83f34b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class NaluWind(CMakePackage, CudaPackage, ROCmPackage):
) )
depends_on("trilinos~cuda~wrapper", when="~cuda") depends_on("trilinos~cuda~wrapper", when="~cuda")
depends_on("openfast@2.6.0: +cxx", when="+openfast") 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("hypre@2.18.2: ~int64+mpi~superlu-dist", when="+hypre")
depends_on("trilinos+muelu+belos+amesos2+ifpack2", when="+trilinos-solvers") depends_on("trilinos+muelu+belos+amesos2+ifpack2", when="+trilinos-solvers")
conflicts( conflicts(

View File

@ -20,6 +20,7 @@ class Tioga(CMakePackage):
# The original TIOGA repo has possibly been abandoned, # The original TIOGA repo has possibly been abandoned,
# so work on TIOGA has continued in the Exawind project # so work on TIOGA has continued in the Exawind project
version("develop", git="https://github.com/Exawind/tioga.git", branch="exawind") 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("1.0.0", git="https://github.com/Exawind/tioga.git", tag="v1.0.0")
version("master", branch="master") version("master", branch="master")