Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support non-poetry build standard #657

Open
waarmond opened this issue May 5, 2024 · 1 comment
Open

Support non-poetry build standard #657

waarmond opened this issue May 5, 2024 · 1 comment

Comments

@waarmond
Copy link

waarmond commented May 5, 2024

I'm trying to update the Arch pkg instructions.

python3 -m poetry build

  • fills ~/.cache/pypoetry/virtualenvs
  • mirrors system includes of {boost,cvodes,Eigen,idas,kinsol,nvector,pybind11,rapidjson,stan,sundials,sunlinsol,sunmatrix,sunmemory,sunnonlinsol,tbb}

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
Copy link
Contributor

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants