Skip to content

Commit

Permalink
updating pyuda name to ukaea_pyuda_test in pyuda wrapper CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed May 8, 2024
1 parent bd22523 commit 44740b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/wrappers/python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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 )
Expand Down

0 comments on commit 44740b9

Please sign in to comment.