You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal would be to install editable (pip install -e .) but then have a hook in nox.py which would check if any of the files with a particular extension have changed and then re-build if that was the case.
This is done (in a somewhat different fashion than originally described) as of #176. The primary slow-down has been resolved by cmake caching the built libbezier.
Goal would be to install editable (
pip install -e .
) but then have a hook innox.py
which would check if any of the files with a particular extension have changed and then re-build if that was the case.Relevant extensions (as of 3dfc56d):
.c
.f
.f90
.h
.pxd
.pyx
Also relevant:
nox.py
setup.cfg
setup_helpers.py
setup_helpers_osx.py
setup_helpers_windows.py
setup.py
The text was updated successfully, but these errors were encountered: