From 0f922667a30db1da13e60b16b087030edab6e149 Mon Sep 17 00:00:00 2001 From: Christopher Albert Date: Sun, 19 Jan 2025 00:25:06 +0100 Subject: [PATCH] Clean installation of interpolate.py --- CMakeLists.txt | 2 +- python/libneo/interpolate.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 python/libneo/interpolate.py diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bb2bcb..58d4d75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -271,4 +271,4 @@ set_target_properties( ) install(TARGETS ${F2PY_MODULE_NAME} DESTINATION .) -install(FILES ${CMAKE_CURRENT_BINARY_DIR}/interpolate.py DESTINATION .) +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/interpolate.py DESTINATION libneo) diff --git a/python/libneo/interpolate.py b/python/libneo/interpolate.py deleted file mode 120000 index 966d6b8..0000000 --- a/python/libneo/interpolate.py +++ /dev/null @@ -1 +0,0 @@ -../../build/interpolate.py \ No newline at end of file