Skip to content

Commit

Permalink
Revert "conda: work around conda/conda#1740."
Browse files Browse the repository at this point in the history
This just made conda recurse forever.

This reverts commit f384142.
whitequark committed Oct 26, 2015
1 parent f384142 commit 372bc90
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion conda/artiq-kc705-nist_qc1/meta.yaml
Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@ 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:
1 change: 0 additions & 1 deletion conda/artiq-kc705-nist_qc2/meta.yaml
Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@ 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:
1 change: 0 additions & 1 deletion conda/artiq-pipistrello-nist_qc1/meta.yaml
Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@ 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:

0 comments on commit 372bc90

Please sign in to comment.