diff options
-rw-r--r-- | var/spack/repos/builtin/packages/hpx/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/hpx/package.py b/var/spack/repos/builtin/packages/hpx/package.py index 4d2e97e6fd..9bb816079a 100644 --- a/var/spack/repos/builtin/packages/hpx/package.py +++ b/var/spack/repos/builtin/packages/hpx/package.py @@ -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 = [] |