Add latest releases to camp, raja and umpire (#44699)
* Add latest releases to camp, raja and umpire
This commit is contained in:
parent
ebdff73c8c
commit
c5caa4b838
@ -16,11 +16,17 @@ class Camp(CMakePackage, CudaPackage, ROCmPackage):
|
||||
git = "https://github.com/LLNL/camp.git"
|
||||
url = "https://github.com/LLNL/camp/archive/v0.1.0.tar.gz"
|
||||
|
||||
maintainers("trws")
|
||||
maintainers("trws", "adrienbernede")
|
||||
|
||||
license("BSD-3-Clause")
|
||||
|
||||
version("main", branch="main", submodules=False)
|
||||
version(
|
||||
"2024.02.1",
|
||||
tag="v2024.02.",
|
||||
commit="79c320fa09db987923b56884afdc9f82f4b70fc4",
|
||||
submodules=False,
|
||||
)
|
||||
version(
|
||||
"2024.02.0",
|
||||
tag="v2024.02.0",
|
||||
@ -49,6 +55,7 @@ class Camp(CMakePackage, CudaPackage, ROCmPackage):
|
||||
depends_on("cub", when="+cuda")
|
||||
|
||||
depends_on("blt", type="build")
|
||||
depends_on("blt@0.6.2:", type="build", when="@2024.02.1:")
|
||||
depends_on("blt@0.6.1:", type="build", when="@2024.02.0:")
|
||||
depends_on("blt@0.5.0:0.5.3", type="build", when="@2022.03.0:2023.06.0")
|
||||
|
||||
|
@ -26,12 +26,24 @@ class Raja(CachedCMakePackage, CudaPackage, ROCmPackage):
|
||||
git = "https://github.com/LLNL/RAJA.git"
|
||||
tags = ["radiuss", "e4s"]
|
||||
|
||||
maintainers("davidbeckingsale")
|
||||
maintainers("davidbeckingsale", "adrienbernede")
|
||||
|
||||
license("BSD-3-Clause")
|
||||
|
||||
version("develop", branch="develop", submodules=submodules)
|
||||
version("main", branch="main", submodules=submodules)
|
||||
version(
|
||||
"2024.02.2",
|
||||
tag="v2024.02.2",
|
||||
commit="593f756b14ac57ded33ee61d8d2292d4beb840e6",
|
||||
submodules=submodules,
|
||||
)
|
||||
version(
|
||||
"2024.02.1",
|
||||
tag="v2024.02.1",
|
||||
commit="3ada0950b0774ec907d30a9eceaf6af7478b833b",
|
||||
submodules=submodules,
|
||||
)
|
||||
version(
|
||||
"2024.02.0",
|
||||
tag="v2024.02.0",
|
||||
@ -181,6 +193,7 @@ class Raja(CachedCMakePackage, CudaPackage, ROCmPackage):
|
||||
)
|
||||
|
||||
depends_on("blt", type="build")
|
||||
depends_on("blt@0.6.2:", type="build", when="@2024.02.1:")
|
||||
depends_on("blt@0.6.1:", type="build", when="@2024.02.0:")
|
||||
depends_on("blt@0.5.3", type="build", when="@2023.06.0:2023.06.1")
|
||||
depends_on("blt@0.5.2:0.5.3", type="build", when="@2022.10.5")
|
||||
@ -193,6 +206,7 @@ class Raja(CachedCMakePackage, CudaPackage, ROCmPackage):
|
||||
depends_on("camp+openmp", when="+openmp")
|
||||
depends_on("camp@main", when="@develop")
|
||||
depends_on("camp@main", when="@main")
|
||||
depends_on("camp@2024.02.1:", type="build", when="@2024.02.1:")
|
||||
depends_on("camp@2024.02.0:", type="build", when="@2024.02.0:")
|
||||
depends_on("camp@2023.06.0", type="build", when="@2023.06.0:2023.06.1")
|
||||
depends_on("camp@2022.10.1:2023.06.0", type="build", when="@2022.10.3:2022.10.5")
|
||||
|
@ -21,11 +21,17 @@ class Umpire(CachedCMakePackage, CudaPackage, ROCmPackage):
|
||||
git = "https://github.com/LLNL/Umpire.git"
|
||||
tags = ["radiuss", "e4s"]
|
||||
|
||||
maintainers("davidbeckingsale")
|
||||
maintainers("davidbeckingsale", "adrienbernede")
|
||||
|
||||
license("MIT")
|
||||
|
||||
version("develop", branch="develop", submodules=False)
|
||||
version(
|
||||
"2024.02.1",
|
||||
tag="v2024.02.1",
|
||||
commit="3058d562fc707650e904f9321b1ee9bcebad3ae2",
|
||||
submodules=False,
|
||||
)
|
||||
version(
|
||||
"2024.02.0",
|
||||
tag="v2024.02.0",
|
||||
|
Loading…
Reference in New Issue
Block a user