hpx-kokkos: Add 0.4.1 (#48207)

This commit is contained in:
Mikael Simberg 2024-12-19 12:17:39 +01:00 committed by GitHub
parent ec7436be6b
commit d8fa6eb559
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@ class HpxKokkos(CMakePackage, CudaPackage, ROCmPackage):
license("BSL-1.0")
version("master", branch="master")
version("0.4.1", sha256="dd6153c8d626013e30537606f7a791e4f36969219337f41dad942351d7f33ffa")
version("0.4.0", sha256="dafef55521cf4bf7ab28ebad546ea1d3fb83fac3a9932e292db4ab3666cd833f")
version("0.3.0", sha256="83c1d11dab95552ad0abdae767c71f757811d7b51d82bd231653dc942e89a45d")
version("0.2.0", sha256="289b711cea26afe80be002fc521234c9194cd0e8f69863f3b08b654674dbe5d5")
@ -49,6 +50,11 @@ class HpxKokkos(CMakePackage, CudaPackage, ROCmPackage):
depends_on("hpx@1.8:", when="@0.3:")
depends_on("kokkos@3.6:", when="@0.3:")
# Incompatibilities caused by https://github.com/STEllAR-GROUP/hpx/pull/6565
# and https://github.com/kokkos/kokkos/pull/7156 fixed by
# https://github.com/STEllAR-GROUP/hpx-kokkos/pull/25
conflicts("^hpx@1.11:", when="@:0.4.0")
conflicts("^kokkos@4.4:", when="@:0.4.0")
depends_on("hpx@1.7", when="@0.2")
depends_on("kokkos@3.6:", when="@0.2")