forked from M-Labs/artiq
1
0
Fork 0

conda: give up on build strings in dependencies.

This commit is contained in:
whitequark 2015-10-29 01:24:32 +03:00
parent 0d53f7ab0d
commit c0e040c4b9
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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