Skip to content

Commit

Permalink
conda: also add build number, not just string.
Browse files Browse the repository at this point in the history
whitequark committed Oct 21, 2015

Verified

This commit was signed with the committer’s verified signature. The key has expired.
nomadium Miguel Landaeta
1 parent a756862 commit 1eef71b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda/migen/meta.yaml
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@ source:

build:
noarch_python: true
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
script: $PYTHON setup.py install

0 comments on commit 1eef71b

Please sign in to comment.