py-pyarrow: aarch64 patch no longer applies/required (#31609)
This commit is contained in:
@@ -54,7 +54,7 @@ class PyPyarrow(PythonPackage, CudaPackage):
|
|||||||
depends_on('arrow+cuda' + v, when='+cuda' + v)
|
depends_on('arrow+cuda' + v, when='+cuda' + v)
|
||||||
depends_on('arrow+orc' + v, when='+orc' + 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):
|
def install_options(self, spec, prefix):
|
||||||
args = []
|
args = []
|
||||||
|
Reference in New Issue
Block a user