3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-01 10:55:29 +02:00
dft_tools/python/CMakeLists.txt
Oleg E. Peil edf5038140 Added a shell script for running PLOVasp converter
The script simply runs pytriqs with an auto-executable module
`plovasp.converter`.
2016-03-11 11:35:19 +01:00

12 lines
387 B
CMake

# where will the python end up in triqs?
set(python_destination pytriqs/applications/dft)
# site_customize for build
set(package_name "pytriqs.applications")
configure_file(${CMAKE_SOURCE_DIR}/cmake/sitecustomize.py ${CMAKE_CURRENT_BINARY_DIR}/sitecustomize.py @ONLY)
# make a local pytriqs copy
triqs_prepare_local_pytriqs(${python_destination})
add_subdirectory(converters/plovasp)