mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 20:34:38 +01:00
79789512bf
Co-authored-by: Dylan Simon <dylan@dylex.net> Co-authored-by: Alexander Hampel <ahampel@flatironinstitute.org>
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-app4triqs-foss-2021b.eb.in TRIQS-app4triqs-foss-2021b.eb)
|
|
|
|
|