mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 03:33:50 +01:00
e6529b608e
- Use a new buffered_function to replace the complicated generator code from ALPS. - Clean the implementation of the random_generator - update the documentation - update to the new python wrapper (could not be done with the previous version, because of lack of move constructor).
10 lines
241 B
CMake
10 lines
241 B
CMake
SET(PYTHON_SOURCES
|
|
${CMAKE_CURRENT_SOURCE_DIR}/__init__.py
|
|
)
|
|
|
|
install (FILES ${PYTHON_SOURCES} DESTINATION ${TRIQS_PYTHON_LIB_DEST}/random_generator)
|
|
|
|
# Build C extension module
|
|
triqs_python_extension(random_generator random_generator)
|
|
|