quaternion icon indicating copy to clipboard operation
quaternion copied to clipboard

Build musl aarch64 wheels

Open moble opened this issue 4 years ago • 0 comments

I added a line to skip musl builds on aarch64 in #187, because it takes ~50 minutes to build numpy for each python version in those runs. But numpy/numpy#20089 and numpy/numpy#20102 suggest that they might soon be available as wheels, so I could remove that skip.

Alternatively, whatever numpy chooses to go with in its new cibuildwheels approach, I could restrict to with this package, since anyone who can't just use a numpy wheel will have to build numpy, which means they could just as easily build this package.

moble avatar Nov 04 '21 19:11 moble