Skip to content

Commit

Permalink
conda: give up on build strings in dependencies.
Browse files Browse the repository at this point in the history
whitequark committed Oct 28, 2015
1 parent 0d53f7a commit c0e040c
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/artiq-kc705-nist_qc1/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion conda/artiq-kc705-nist_qc2/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion conda/artiq-pipistrello-nist_qc1/meta.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c0e040c

Please sign in to comment.