math_opt: cleanup

python still not working...
This commit is contained in:
Corentin Le Molgat
2024-01-15 16:22:30 +01:00
parent 2c81040044
commit 4ee8195586
14 changed files with 6 additions and 387 deletions

View File

@@ -556,7 +556,8 @@ if(BUILD_VENV)
COMMAND ${VENV_Python3_EXECUTABLE} -m pip install
--find-links=${CMAKE_CURRENT_BINARY_DIR}/python/dist ${PYTHON_PROJECT}==${PROJECT_VERSION}
# install modules only required to run examples
COMMAND ${VENV_Python3_EXECUTABLE} -m pip install pandas matplotlib pytest scipy
COMMAND ${VENV_Python3_EXECUTABLE} -m pip install
pandas matplotlib pytest scipy svgwrite
BYPRODUCTS ${VENV_DIR}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Create venv and install ${PYTHON_PROJECT}"