feat(libcomposition): version bump to 1.7.0 (canonical vector representation) and aadded py wrappers for those methods

This commit is contained in:
2025-09-19 09:59:04 -04:00
parent 8025a1051d
commit 92829b2367
5 changed files with 68 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
option('pkg-config', type: 'boolean', value: false, description: 'generate pkg-config file for all libraries and fourdst (defaults to false to allow easy pip building)')
option('build-py-backend', type: 'boolean', value: false, description: 'use pyinstaller to build the python backend for the electron app')
option('electron-build-py-backend', type: 'boolean', value: false, description: 'use pyinstaller to build the python backend for the electron app')
option('tests', type: 'boolean', value: false, description: 'compile subproject tests')