We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93199f commit a6a1ec2Copy full SHA for a6a1ec2
bin/cibw_before_all_linux_armv8l.sh
@@ -0,0 +1,11 @@
1
+#!/usr/bin/env bash
2
+
3
+set -e
4
5
+cat wheels/LICENSE_linux_wheels.txt >> LICENSE
6
7
+yum install -y xz
8
+bin/build_dependencies_unix.sh\
9
+ --gmp gmp\
10
+ --host aarch64-pc-linux-gnu\
11
+ --use-gmp-github-mirror
0 commit comments