flintlib / python-flint

Python bindings for Flint and Arb
MIT License
132 stars 27 forks source link

Build failure against FLINT main `fmpz_mod_mpoly_compose_fmpz_mod_mpoly_gen` #232

Closed oscarbenjamin closed 1 month ago

oscarbenjamin commented 1 month ago

https://github.com/flintlib/python-flint/actions/runs/11132743136/job/30937294138?pr=231

      src/flint/types/fmpz_mod_mpoly.cpython-312-x86_64-linux-gnu.so.p/src/flint/types/fmpz_mod_mpoly.pyx.c:1235:61: error: expected identifier or ‘(’ before ‘void’
       1235 |     #define fmpz_mod_mpoly_compose_fmpz_mod_mpoly_gen(...) (void)0
            |   

CC @Jake-Moss

I guess we need an update after https://github.com/flintlib/flint/pull/2068