py-pyarrow: aarch64 patch no longer applies/required (#31609)

This commit is contained in:
Adam J. Stewart
2022-07-18 00:44:58 -07:00
committed by GitHub
parent 37134aa331
commit ad4f551c22

View File

@@ -54,7 +54,7 @@ class PyPyarrow(PythonPackage, CudaPackage):
depends_on('arrow+cuda' + v, when='+cuda' + v)
depends_on('arrow+orc' + v, when='+orc' + v)
patch('for_aarch64.patch', when='target=aarch64:')
patch('for_aarch64.patch', when='@0 target=aarch64:')
def install_options(self, spec, prefix):
args = []