Skip to content

Commit

Permalink
Merge pull request #3 from peastman/nnpops
Browse files Browse the repository at this point in the history
Removed some obsolete code from build scripts
  • Loading branch information
peastman authored Oct 22, 2019
2 parents e77a942 + fe4ebb5 commit ae324f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ set(NN_PLUGIN_HEADER_DIR "${CMAKE_SOURCE_DIR}/openmmapi/include")
set(NN_PLUGIN_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 "${CMAKE_COMMAND}" -E copy_if_different "${CMAKE_CURRENT_SOURCE_DIR}/nnpops.py" "${CMAKE_CURRENT_BINARY_DIR}/nnpops.py"
COMMAND "${PYTHON_EXECUTABLE}" setup.py build
COMMAND "${PYTHON_EXECUTABLE}" setup.py install
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
Expand Down
4 changes: 0 additions & 4 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,3 @@
ext_modules=[extension],
)

setup(name='nnpops',
version='1.0',
py_modules=['nnpops'],
)

0 comments on commit ae324f3

Please sign in to comment.