py-horovod: patch no longer applies (#34593)

This commit is contained in:
Adam J. Stewart 2022-12-19 04:49:02 -06:00 committed by GitHub
parent 6c9602ee64
commit c5aff1d412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):