sagemath / cysignals

cysignals: interrupt and signal handling for Cython. Source repository for https://pypi.org/project/cysignals/
GNU Lesser General Public License v3.0
43 stars 23 forks source link

fix cross-compilation #192

Closed tornaria closed 4 months ago

tornaria commented 11 months ago

This PR allows for cross compilation, by running ./configure before building using the standard cross compile flags.

Using this change I'm able to cross compile cysignals and dependents (cypari2, fpylll, primecountpy, pplpy) in several arm architectures. See: https://github.com/void-linux/void-packages/pull/46738.