Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Raimondas Galvelis committed Mar 27, 2023
1 parent 6dd58ab commit 1eca72a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ set(OPENMMPLUMED_HEADER_DIR "${CMAKE_SOURCE_DIR}/openmmapi/include")
set(OPENMMPLUMED_LIBRARY_DIR "${CMAKE_BINARY_DIR}")
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/setup.py ${CMAKE_CURRENT_BINARY_DIR}/setup.py)
add_custom_command(TARGET PythonInstall
COMMAND "${PYTHON_EXECUTABLE}" setup.py build
COMMAND "${PYTHON_EXECUTABLE}" setup.py install
# COMMAND "${PYTHON_EXECUTABLE}" setup.py build
# COMMAND "${PYTHON_EXECUTABLE}" setup.py install
COMMAND pip install -v .
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
)

0 comments on commit 1eca72a

Please sign in to comment.