hpx: further constrain version for mimalloc patch (#35257)

This commit is contained in:
Mikael Simberg 2023-02-06 15:10:08 +01:00 committed by GitHub
parent 7a2c9601e8
commit 13c4f92907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,7 +188,7 @@ class Hpx(CMakePackage, CudaPackage, ROCmPackage):
# Patches APEX
patch("git_external.patch", when="@1.3.0 instrumentation=apex")
patch("mimalloc_no_version_requirement.patch", when="@:1.8 malloc=mimalloc")
patch("mimalloc_no_version_requirement.patch", when="@:1.8.0 malloc=mimalloc")
def instrumentation_args(self):
args = []