pyodide/pyodide-build
Hood Chatham 5ff2f8e424
Switch to using a fork of f2c and remove most of _f2c_fixes.py (#4920)
I made https://github.com/hoodmane/f2c/ which has some improvements that make it
work much better for us including:
1. support for the `recursive` keyword
2. support for variable length arrays that are not arguments in recursive functions
3. `/COMMON/` blocks are labeled with `__attribute__((weak))`
4. automatically omits `ftn_len` arguments from calls to clapack

This allows us to delete most of `_f2c_fixes.py`.

Thanks to @ilayn for writing https://github.com/scipy/scipy/pull/20558,
`id_dist` was going to be a huge pain to deal with.
2024-07-16 13:41:02 +02:00
..
pyodide_build Switch to using a fork of f2c and remove most of _f2c_fixes.py (#4920) 2024-07-16 13:41:02 +02:00
LICENSE add license file and metadata to pyodide-build (#3574) 2023-02-11 13:29:01 -08:00
README.md Split off load-pyodide.js from pyodide.js (#1578) 2021-05-05 11:30:48 -07:00
pyproject.toml Pyfetch abort on cancel (#4846) 2024-06-14 21:59:51 +09:00

README.md

pyodide-build

Tools for building Pyodide.

See http://github.com/pyodide/pyodide for more information.

License

Pyodide uses the Mozilla Public License Version 2.0.