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