Build aarch64 wheel
This commit is contained in:
10
bindings/python/build_wheel_aarch64.sh
Normal file
10
bindings/python/build_wheel_aarch64.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
yum install python3 -y
|
||||
python3 -m pip install -U setuptools wheel auditwheel
|
||||
cd /work/bindings/python
|
||||
python3 setup.py bdist_wheel
|
||||
|
||||
cd dist
|
||||
auditwheel repair *.whl
|
||||
mv -f wheelhouse/*.whl .
|
||||
Reference in New Issue
Block a user