hpx: further constrain version for mimalloc patch (#35257)
This commit is contained in:
parent
7a2c9601e8
commit
13c4f92907
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user