-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] automatically set version in packaging
- Loading branch information
1 parent
0ca04d2
commit dfe7c01
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# 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) | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...aging/TRIQS-app4triqs-3.2.0-foss-2021b.eb → packaging/TRIQS-app4triqs-foss-2021b.eb.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% set version = "3.2.0" %} | ||
{% set version = "@PROJECT_VERSION@" %} | ||
|
||
package: | ||
name: app4triqs | ||
|