projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a756862
)
conda: also add build number, not just string.
author
whitequark
<whitequark@whitequark.org>
Wed, 21 Oct 2015 18:14:41 +0000
(21:14 +0300)
committer
whitequark
<whitequark@whitequark.org>
Wed, 21 Oct 2015 18:14:41 +0000
(21:14 +0300)
conda/migen/meta.yaml
patch
|
blob
|
history
diff --git
a/conda/migen/meta.yaml
b/conda/migen/meta.yaml
index c1e78eb64181a1fb44ed5e340ecf2567697c0a6a..4f6058214382510f0a637610b415161585e4a050 100644
(file)
--- a/
conda/migen/meta.yaml
+++ b/
conda/migen/meta.yaml
@@
-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