From 44740b9744b3e810392819a4c48f46c7b7e9badd Mon Sep 17 00:00:00 2001 From: sdixon Date: Thu, 9 May 2024 00:08:15 +0100 Subject: [PATCH] updating pyuda name to ukaea_pyuda_test in pyuda wrapper CMakeLists.txt --- source/wrappers/python/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/wrappers/python/CMakeLists.txt b/source/wrappers/python/CMakeLists.txt index 9cf44455..2e4ca86e 100755 --- a/source/wrappers/python/CMakeLists.txt +++ b/source/wrappers/python/CMakeLists.txt @@ -1,13 +1,13 @@ file( GLOB CYTHON_FILES pyuda/cpyuda/*.pyx ) -install( FILES ${CYTHON_FILES} pyuda/cpyuda/uda.pxd DESTINATION python_installer/pyuda/cpyuda ) +install( FILES ${CYTHON_FILES} pyuda/cpyuda/uda.pxd DESTINATION python_installer/ukaea_pyuda_test/cpyuda ) file( GLOB INSTALL_FILES pyuda/*.py ) -install( FILES ${INSTALL_FILES} DESTINATION python_installer/pyuda ) +install( FILES ${INSTALL_FILES} DESTINATION python_installer/ukaea_pyuda_test ) configure_file( ${CMAKE_CURRENT_LIST_DIR}/pyuda/_version.py.in ${CMAKE_CURRENT_BINARY_DIR}/pyuda/_version.py @ONLY ) -install( FILES ${CMAKE_CURRENT_BINARY_DIR}/pyuda/_version.py DESTINATION python_installer/pyuda ) +install( FILES ${CMAKE_CURRENT_BINARY_DIR}/pyuda/_version.py DESTINATION python_installer/ukaea_pyuda_test ) find_package( OpenSSL REQUIRED ) find_package( LibXml2 REQUIRED )