3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-22 05:02:20 +02:00

Switch to a new CMake macro triqs_prepare_local_pytriqs()

This commit is contained in:
Priyanka Seth 2015-12-02 17:00:08 +01:00
parent b3e62640da
commit cbcb4c929f

View File

@ -2,8 +2,4 @@
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})
triqs_prepare_local_pytriqs(${python_destination})