From: whitequark Date: Wed, 21 Oct 2015 18:14:41 +0000 (+0300) Subject: conda: also add build number, not just string. X-Git-Tag: 24jan2021_ls180~2099^2~3^2~4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1890b0cbb04aac5d8d13ed7a61c4b5263454c921;p=litex.git conda: also add build number, not just string. --- diff --git a/conda/migen/meta.yaml b/conda/migen/meta.yaml index 26339503..7dd8f380 100644 --- 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