ska-sa / spead2

Library for the Streaming Protocol for Exchange of Astronomical Data (SPEAD)
http://spead2.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
23 stars 14 forks source link

Build aarch64 wheels #241

Closed bmerry closed 1 year ago

bmerry commented 1 year ago

To speed things up, the minimum Boost version is now 1.69 (close to 5 years old, so should be available in most non-EOL OSes already) and the Python build no longer requires any compiled Boost libraries (just headers).

bmerry commented 1 year ago

The symptoms look like what happens if /etc/protocols is missing - I'll investigate.

bmerry commented 1 year ago

The cibuildwheel failures seem to be because qemu doesn't support one of the socket options. I've opened a ticket, but for now I'll probably need to modify the test to skip it if that socket option doesn't function.

bmerry commented 1 year ago

Thanks. Guess we'll see if the wheels successfully build this time.