Skip to content
Snippets Groups Projects
Commit 733b9b23 authored by Christophe Guillon's avatar Christophe Guillon
Browse files

[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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment