projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b80c9c
)
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>
Thu, 22 Oct 2015 09:43:14 +0000
(12:43 +0300)
conda/migen/meta.yaml
patch
|
blob
|
history
diff --git
a/conda/migen/meta.yaml
b/conda/migen/meta.yaml
index 263395036448c6c62c255a19cc72c0331fe141dc..7dd8f380a928ca700d9edb10a4e9a20b5c46c619 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