mirror of
https://github.com/triqs/dft_tools
synced 2024-11-07 06:33:48 +01:00
10 lines
347 B
CMake
10 lines
347 B
CMake
# where will the python end up in triqs?
|
|
set(python_destination applications/dft)
|
|
|
|
# make a local pytriqs copy
|
|
triqs_prepare_local_pytriqs_merged_with_my_python(${python_destination})
|
|
|
|
# to be able to run from toplevel
|
|
execute_process(COMMAND ln -fs ${CMAKE_BINARY_DIR}/fortran/vertex/vertex.so ${CMAKE_BINARY_DIR}/pytriqs/${python_destination})
|
|
|