diff options
-rw-r--r-- | var/spack/repos/builtin/packages/py-horovod/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-horovod/package.py b/var/spack/repos/builtin/packages/py-horovod/package.py index 63a6c9ffe8..ea7437483f 100644 --- a/var/spack/repos/builtin/packages/py-horovod/package.py +++ b/var/spack/repos/builtin/packages/py-horovod/package.py @@ -159,7 +159,7 @@ class PyHorovod(PythonPackage, CudaPackage): # Patch vendored copy of eigen to fix build on aarch64 # https://github.com/horovod/horovod/issues/3605 # https://gitlab.com/libeigen/eigen/-/commit/fd1dcb6b45a2c797ad4c4d6cc7678ee70763b4ed - patch("eigen.patch", when="@0.21: target=aarch64:") + patch("eigen.patch", when="@0.21:0.25 target=aarch64:") @property def import_modules(self): |