Skip to content
Snippets Groups Projects
  • Christophe Guillon's avatar
    733b9b23
    [Setup] Add support for development install · 733b9b23
    Christophe Guillon authored
    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.
    733b9b23
    History
    [Setup] Add support for development install
    Christophe Guillon authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.