Skip to content
Snippets Groups Projects
  1. Nov 28, 2024
  2. Sep 13, 2024
    • Christophe Guillon's avatar
      [Build] Enable build of C++ unit tests with python bindings · 5a68721a
      Christophe Guillon authored and Olivier BICHLER's avatar Olivier BICHLER committed
      
      Adjust dependencies of core archive for allowing builds
      for python modules and build for executables when -DPYBIND=ON.
      Build can now be performed with -DPYBIND=ON and -DTEST=ON.
      Build can be done in case where the python libraries are not
      present (cibuildwheel), though in this case it is not possible
      to build standalone executables.
      Install pybind11 headers as part of interface in order to
      provide complete dependencies.
      Add AIDGE_BUILD_TEST envvar to setup.py to -DTEST=ON.
      Update required cmake version which should be actually >=3.18.
      Update and fix README.
      
      Co-authored-by: default avatarGrégoire Kubler <gregoire.kubler@proton.me>
      5a68721a
  3. Jul 19, 2024
    • Christophe Guillon's avatar
      [Setup] Add support for editable mode · 9b54fa60
      Christophe Guillon authored
      Add support for python editable (alias development) mode through
      pip install --no-build-isolation -e .
      
      Detects editable mode and in this case installs the python binding
      library directly in the source python package directory.
      
      Update README for usage of development mode.
      9b54fa60
  4. Jul 08, 2024
  5. Jul 05, 2024
  6. Oct 09, 2023
  7. Oct 03, 2023
  8. Aug 24, 2023
  9. Aug 04, 2023
  10. Aug 03, 2023
  11. Aug 01, 2023
Loading