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

View File

@@ -188,7 +188,7 @@ class Hpx(CMakePackage, CudaPackage, ROCmPackage):
# Patches APEX # Patches APEX
patch("git_external.patch", when="@1.3.0 instrumentation=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): def instrumentation_args(self):
args = [] args = []