sagemath / pplpy

Python wrapper to the PPL library
GNU General Public License v3.0
7 stars 2 forks source link

Use meson-python to build #33

Open orlitzky opened 3 months ago

orlitzky commented 3 months ago

Parallel builds of pplpy fail "randomly" due to https://github.com/pypa/setuptools/issues/3942. They're also slower than they would otherwise need to be, since the same source file is compiled repeatedly.

Porting to meson-python would let us fix these issues, and is something we're working on anyway elsewhere in sage.

mkoeppe commented 3 months ago

PR welcome