flecsi: bumping HPX requirement to V1.9.1 (#32355)

This commit is contained in:
Hartmut Kaiser 2023-09-24 09:24:33 -05:00 committed by GitHub
parent 068abdd105
commit ebdd5e28f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,7 @@ class Flecsi(CMakePackage, CudaPackage, ROCmPackage):
depends_on("legion+cuda", when="backend=legion +cuda @2.0:")
depends_on("legion+rocm", when="backend=legion +rocm @2.0:")
depends_on("hdf5@1.10.7:", when="backend=legion +hdf5 @2.0:")
depends_on("hpx@1.8.1: cxxstd=17 malloc=system", when="backend=hpx @2.0:")
depends_on("hpx@1.9.1: cxxstd=17 malloc=system", when="backend=hpx @2.0:")
depends_on("mpi", when="@2.0:")
depends_on("mpich@3.4.1:", when="@2.0: ^mpich")
depends_on("openmpi@4.1.0:", when="@2.0: ^openmpi")