3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-28 09:48:17 +01:00
dft_tools/packaging/CMakeLists.txt

8 lines
315 B
CMake
Raw Normal View History

# Configure the version of packaging files
configure_file(conda/meta.yaml.in conda/meta.yaml)
configure_file(conda/build.sh conda/build.sh COPYONLY)
configure_file(conda/conda_build_config.yaml conda/conda_build_config.yaml COPYONLY)
configure_file(TRIQS-dft_tools-foss-2021b.eb.in TRIQS-dft_tools-foss-2021b.eb)