math_opt: cleanup
python still not working...
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user