Oscar Benjamin

Results 1670 comments of Oscar Benjamin

I've opened gh-264 to bump the FLINT version to 3.2.0-rc1 and update all of the Cython declarations. The Cython declarations are set from the FLINT docs by running the `bin/all_rst_to_pxd.py`...

> I've opened [gh-264](https://github.com/flintlib/python-flint/pull/264) to bump the FLINT version to 3.2.0-rc1 and update all of the Cython declarations. I've just merged this to main. If you rebase/merge with main then...

It is expected that the ARM Linux jobs will fail after gh-264. I think that the "Test coverage meson build" job is failing here because of this line that should...

The CMake build is not recommended except for Windows. I don't know if it would work.

> The WASM job says > > `configure: error: Cannot determine label suffix` The label suffix is used by the macro preprocessor that runs on the assembly code. I don't...

@albinahlback do you know what options need to be passed to configure to build for emscripten/WASM? Currently configure fails with: ``` checking if system can use FLINT's fft_small module... no...

> It is needed for `MPN_IORD_U`. From what I see it looks like this is only defined for `__amd64__` or `__aarch64__` so for WASM this MACRO doesn't exist. What should...

I've opened https://github.com/flintlib/flint/issues/2247 for this.

We should test FLINT main after https://github.com/flintlib/flint/pull/2245

It says no file `./configure`. We need `./bootstrap.sh` first.