Revert "conda: give up on build strings in dependencies."

This reverts commit c0e040c4b9.
This commit is contained in:
whitequark 2015-12-02 21:58:33 +08:00
parent 8cb2215edb
commit 272480cd26
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ requirements:
- llvm-or1k
- binutils-or1k-linux
run:
- artiq 0.0
- 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:
home: http://m-labs.hk/artiq

View File

@ -19,7 +19,7 @@ requirements:
- llvm-or1k
- binutils-or1k-linux
run:
- artiq 0.0
- 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:
home: http://m-labs.hk/artiq

View File

@ -19,7 +19,7 @@ requirements:
- llvm-or1k
- binutils-or1k-linux
run:
- artiq 0.0
- 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:
home: http://m-labs.hk/artiq