stan-dev / httpstan

HTTP interface to Stan, a package for Bayesian inference.
ISC License
40 stars 15 forks source link

Support non-poetry build standard #657

Open waarmond opened 4 months ago

waarmond commented 4 months ago

I'm trying to update the Arch pkg instructions.

python3 -m poetry build

which is both undesired.

May you please support Python internal build tools?

make
python -m build --wheel --no-isolation

already builds, but doesn't pack a wheel file for

python -m installer --destdir="$pkgdir" dist/*.whl

riddell-stan commented 4 months ago

Moving away from poetry is a priority. The plan is to use scikit-build, https://scikit-build.readthedocs.io/en/latest/

The first step is getting httpstan building with CMake. We're looking for help with this!