2013-08-07 16:30:09 +02:00
|
|
|
# where will the python end up in triqs?
|
2016-02-05 15:24:34 +01:00
|
|
|
set(python_destination pytriqs/applications/dft)
|
2013-07-23 19:49:42 +02:00
|
|
|
|
2016-02-04 08:28:47 +01:00
|
|
|
# site_customize for build
|
|
|
|
set(package_name "pytriqs.applications")
|
|
|
|
configure_file(${CMAKE_SOURCE_DIR}/cmake/sitecustomize.py ${CMAKE_CURRENT_BINARY_DIR}/sitecustomize.py @ONLY)
|
2013-07-23 19:49:42 +02:00
|
|
|
|
2013-08-07 16:30:09 +02:00
|
|
|
# make a local pytriqs copy
|
2016-03-09 20:03:02 +01:00
|
|
|
triqs_prepare_local_pytriqs(${python_destination})
|
2013-07-24 07:53:05 +02:00
|
|
|
|
2016-03-09 20:03:02 +01:00
|
|
|
add_subdirectory(converters/plovasp)
|