[Setup] Add support for development install
Add support for pip -e development (editable) mode. Add some environment vars for configuring the cmake build in development mode: - AIDGE_BUILD_GEN=<cmake_backend>: for instance Ninja to use the ninja backend which better supports incremental build - AIDGE_BUILD_MODE=[Debug|Release]: define the build mode, defaults to Debug Note that due to behavior changes depending on the python/setuptools versions, the portable method to ensure incremental build on C++ files is to use: pip install --no-build-isolation -v -e . Refer to the doc string of setup.py for details.
parent
4ac48d01
No related branches found
No related tags found
This commit is part of merge request !154. Comments created here will be created in the context of that merge request.
Please register or sign in to comment