mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 12:23:41 +01:00
8 lines
315 B
CMake
8 lines
315 B
CMake
# 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)
|
|
|
|
|