ctffind: extend a Power 9 patch to AArch64 (#39137)

This commit is contained in:
dslarm 2023-09-11 21:04:20 +01:00 committed by GitHub
parent ea75dbf7bd
commit a2054564d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ def url_for_version(self, version):
depends_on("jpeg")
patch("configure.patch", when="@4.1.8")
patch("power9.patch", when="@4.1.14 target=power9le")
patch("no_sincos_asm.patch", when="@4.1.14 target=power9le")
patch("no_sincos_asm.patch", when="@4.1.14 target=aarch64:")
patch("fix_return_types.patch", when="@4.1.13:4.1.14")
def configure_args(self):