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 e8b8f36 commit 8e1c704Copy full SHA for 8e1c704
.github/workflows/package.yml
@@ -56,7 +56,8 @@ jobs:
56
# PyPy compilation on MACOS doesn't work, possibly since there is no available numpy release for this
57
# Armadillo isn't available for i687 on Centos 7, making compilation more complicated
58
# # Musllinux doesn't use yum as its package manager
59
- CIBW_SKIP: pp*-macosx* *i686* *musllinux* *p36* *p37* *p38* pp*
+ # CIBW_SKIP: pp*-macosx* *i686* *musllinux* *p36* *p37* *p38* pp*
60
+ CIBW_BUILD: cp310-musllinux_aarch64 cp310-manylinux_x86_64
61
CIBW_BEFORE_ALL_LINUX: |
62
yum install -y lapack-devel armadillo-devel
63
curl -L -O https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.tar.gz
0 commit comments