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~8 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1eef71ba870828d9b771a16def8abf71b36ee9a2;p=litex.git conda: also add build number, not just string. --- diff --git a/conda/migen/meta.yaml b/conda/migen/meta.yaml index c1e78eb6..4f605821 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