swiglpk
swiglpk copied to clipboard
Simple swig bindings for the GNU Linear Programming Kit
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...
`python setup.py bdist-wheel --skip-build` is supposed to skip building the package. We need this in Pyodide https://github.com/pyodide/pyodide/pull/2027 because of the way our cross compilation works. I'm actually not sure why...
Unless I'm missing something about how swig works, I don't see where the memory allocated in these functions gets freed. Ideally, when the associated python object is freed, the `free()`...
Done: There is a comprehensive set of benchmarks (using e.g. [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark/) that can be used to decide between C bindings. Binding options in order of feasibility: * SWIG (current) *...
# Background Starting from [setuptools 74.0](https://github.com/pypa/setuptools/blob/main/NEWS.rst#v7400) setuptools has removed the deprecated MSVC toolchain. We did not actually use that to compile any Python packages, but we did use it to...