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

Incremental builds #19

Open
gipert opened this issue Apr 18, 2023 · 0 comments
Open

Incremental builds #19

gipert opened this issue Apr 18, 2023 · 0 comments

Comments

@gipert
Copy link
Member

gipert commented Apr 18, 2023

Editable installs (which imply incremental builds) are not fully supported by scikit-build-core yet: scikit-build/scikit-build-core#114

In the meanwhile, caching across repeated builds can be achieved by commenting out requirements in pyproject.toml.build-system.requires and installing them manually.

If calls to pip install fail (see #49), a solution is to remove the build/ directory or commenting out build-dir in pyproject.toml (will then use a different, temporary build directory every time).

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

1 participant