Dima Pasechnik
Dima Pasechnik
the mainline wants to have a cmake build, so it looks you have done quite a bit of it already.
see https://github.com/chriswestbrown/qepcad/pull/3#issuecomment-1847029131
It's not really a macOS-only bug. I see this in `pyenv`-installed environments on Linux, too. Cf. e.g. https://github.com/sagemath/sage/pull/36256#issuecomment-1721871688
I installed the latest `nbconvert` and `jupyter` into `pyenv` with active python3.11.5, having `~/.pyenv/versions/3.11.5/share/jupyter/nbconvert/` with all the needed templates, but `jupyter` won't look for templates there.
I record further progress on modernising ODEPACK on https://github.com/scipy/scipy/issues/13222 (and as far as SciPy is concerned, also ARPACK-NG needs updating).
you allow using external bliss, and several Linux distros, e.g. Gentoo, now ship version 0.77. Do you patch anything except the build system?
I'm able to build wheels (for manylinux and macOS) for a cython module dependent on an external C++ library in https://github.com/dimpase/primecountpy using https://github.com/pypa/cibuildwheel OK, here we'd need to build libpari...
Doesn't #149 need newer Cython?
If I recall correctly, one reason Pari gets in here is that its threads implementation is a bit funny, and if it's not called early things go bad, one gets...
Anyhow, we just got a wheel builder in here, Pari or no Pari (the wheels we build do have Pari linked in).