trilinos: add v16.0.0 (#45402)
This commit is contained in:
parent
5b18974452
commit
b27fc17c62
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@ class Trilinos(CMakePackage, CudaPackage, ROCmPackage):
|
|||
|
||||
version("master", branch="master")
|
||||
version("develop", branch="develop")
|
||||
version("16.0.0", sha256="46bfc40419ed2aa2db38c144fb8e61d4aa8170eaa654a88d833ba6b92903f309")
|
||||
version("15.1.1", sha256="2108d633d2208ed261d09b2d6b2fbae7a9cdc455dd963c9c94412d38d8aaefe4")
|
||||
version("15.0.0", sha256="5651f1f967217a807f2c418a73b7e649532824dbf2742fa517951d6cc11518fb")
|
||||
version("14.4.0", sha256="8e7d881cf6677aa062f7bfea8baa1e52e8956aa575d6a4f90f2b6f032632d4c6")
|
||||
|
@ -401,6 +402,7 @@ class Trilinos(CMakePackage, CudaPackage, ROCmPackage):
|
|||
|
||||
# External Kokkos
|
||||
depends_on("kokkos@4.3.00", when="@master: +kokkos")
|
||||
depends_on("kokkos@4.3.01", when="@16.0.0 +kokkos")
|
||||
depends_on("kokkos@4.2.01", when="@15.1.0:15.1.1 +kokkos")
|
||||
depends_on("kokkos@4.1.00", when="@14.4.0:15.0.0 +kokkos")
|
||||
|
||||
|
|
Loading…
Reference in a new issue