conda: work around conda/conda@1740.

This commit is contained in:
whitequark 2015-10-26 14:27:16 +03:00
parent 24e728f075
commit f384142869
3 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ requirements:
- llvm-or1k
- binutils-or1k-linux
run:
- artiq
- artiq {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG"), number=environ.get("GIT_DESCRIBE_NUMBER"), hash=environ.get("GIT_DESCRIBE_HASH")[1:]) if "GIT_DESCRIBE_TAG" in environ else "" }}
about:

View File

@ -19,6 +19,7 @@ requirements:
- llvm-or1k
- binutils-or1k-linux
run:
- artiq
- artiq {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG"), number=environ.get("GIT_DESCRIBE_NUMBER"), hash=environ.get("GIT_DESCRIBE_HASH")[1:]) if "GIT_DESCRIBE_TAG" in environ else "" }}
about:

View File

@ -19,6 +19,7 @@ requirements:
- llvm-or1k
- binutils-or1k-linux
run:
- artiq
- artiq {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG"), number=environ.get("GIT_DESCRIBE_NUMBER"), hash=environ.get("GIT_DESCRIBE_HASH")[1:]) if "GIT_DESCRIBE_TAG" in environ else "" }}
about: