ctffind: extend a Power 9 patch to AArch64 (#39137)
This commit is contained in:
parent
ea75dbf7bd
commit
a2054564d8
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user