flintlib / python-flint

Python bindings for Flint and Arb
MIT License
131 stars 25 forks source link

fix: set --host=x86_64-* when building Flint and MPFR #166

Closed oscarbenjamin closed 2 months ago

oscarbenjamin commented 2 months ago

This is needed when building portable wheels for PyPI upload.

Hopefully fixes gh-165

oscarbenjamin commented 2 months ago

@edgarcosta I've added --disable-arch here so the CI job currently running will produce wheels that I think should work. I don't have any way of testing them for now but it would be great if you could test them when you get teh chance.

edgarcosta commented 2 months ago

The wheels generated here or in #170 work on my servers.

oscarbenjamin commented 2 months ago

Thanks. I've merged #170