mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 03:33:50 +01:00
40b508eb14
- The old code, which was in the solvers, is used in several apps (dft, ctqmc_hyb). It is really a lib, even though it is now superseded by Igor and Andrey's library... (to be deprecated at some point).
10 lines
192 B
CMake
10 lines
192 B
CMake
|
|
SET(PYTHON_SOURCES
|
|
${CMAKE_CURRENT_SOURCE_DIR}/__init__.py
|
|
${CMAKE_CURRENT_SOURCE_DIR}/operators.py
|
|
)
|
|
|
|
install (FILES ${PYTHON_SOURCES} DESTINATION ${TRIQS_PYTHON_LIB_DEST}/operators)
|
|
|
|
|