Skip to content

Commit

Permalink
remove conda vars (#9043)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored May 25, 2018
1 parent febda4d commit e76cdbf
Show file tree
Hide file tree
Showing 737 changed files with 1,797 additions and 1,797 deletions.
4 changes: 2 additions & 2 deletions recipes/abricate/0.4/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ requirements:
build:
- gcc # [linux]
- llvm # [osx]
- zlib {{CONDA_ZLIB}}*
- zlib
run:
- libgcc # [linux]
- perl
Expand All @@ -23,7 +23,7 @@ requirements:
- perl-text-csv
- perl-list-moreutils
- blast >=2.2.30
- zlib {{CONDA_ZLIB}}*
- zlib

test:
commands:
Expand Down
4 changes: 2 additions & 2 deletions recipes/abricate/0.5/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ requirements:
build:
- gcc # [linux]
- llvm # [osx]
- zlib {{CONDA_ZLIB}}*
- zlib
run:
- libgcc # [linux]
- perl
Expand All @@ -27,7 +27,7 @@ requirements:
- perl-lwp-simple
- perl-findbin
- blast >=2.2.30
- zlib {{CONDA_ZLIB}}*
- zlib
- unzip
- emboss

Expand Down
4 changes: 2 additions & 2 deletions recipes/abricate/0.7/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ requirements:
build:
- gcc # [linux]
- llvm # [osx]
- zlib {{CONDA_ZLIB}}*
- zlib
- perl
- perl-bioperl >=1.6.924
- perl-file-slurp
Expand All @@ -37,7 +37,7 @@ requirements:
- perl-lwp-simple
- perl-findbin
- blast >=2.6
- zlib {{CONDA_ZLIB}}*
- zlib
- unzip
- emboss
- entrez-direct
Expand Down
4 changes: 2 additions & 2 deletions recipes/abricate/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ requirements:
build:
- gcc # [linux]
- llvm # [osx]
- zlib {{CONDA_ZLIB}}*
- zlib
- perl
- perl-bioperl >=1.6.924
- perl-file-slurp
Expand All @@ -42,7 +42,7 @@ requirements:
- perl-lwp-simple
- perl-findbin
- blast >=2.6
- zlib {{CONDA_ZLIB}}*
- zlib
- unzip
- emboss
- entrez-direct
Expand Down
2 changes: 1 addition & 1 deletion recipes/abyss/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requirements:
build:
- gcc # [not osx]
- llvm # [osx]
- boost {{CONDA_BOOST}}*
- boost
- sparsehash
- sqlite
- openmpi
Expand Down
4 changes: 2 additions & 2 deletions recipes/ac-diamond/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ build:
requirements:
build:
- gcc # [linux]
- boost >=1.53.0,{{CONDA_BOOST}}*
- boost >=1.53.0,
run:
- libgcc # [linux]
- boost {{CONDA_BOOST}}*
- boost

test:
commands:
Expand Down
10 changes: 5 additions & 5 deletions recipes/adapterremoval/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ build:
requirements:
build:
- gcc # [linux]
- zlib {{CONDA_ZLIB}}*
- bzip2 {{ CONDA_BZIP2 }}*
- zlib
- bzip2
- wget
- perl {{CONDA_PERL}}*
- perl

run:
- zlib {{CONDA_ZLIB}}*
- bzip2 {{ CONDA_BZIP2 }}*
- zlib
- bzip2
- libgcc


Expand Down
4 changes: 2 additions & 2 deletions recipes/addrg/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ requirements:
build:
- gcc # [not osx]
- llvm # [osx]
- htslib {{ CONDA_HTSLIB }}*
- htslib
run:
- libgcc # [not osx]
- htslib {{ CONDA_HTSLIB }}*
- htslib

about:
home: https://github.com/holtgrewe/addrg
Expand Down
4 changes: 2 additions & 2 deletions recipes/agg/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ source:
requirements:
build:
- gcc
- zlib {{CONDA_ZLIB}}*
- zlib

run:
- libgcc
- zlib {{CONDA_ZLIB}}*
- zlib

test:
commands:
Expand Down
4 changes: 2 additions & 2 deletions recipes/akt/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ requirements:
build:
- gcc # [linux]
- llvm # [osx]
- zlib {{ CONDA_ZLIB }}*
- zlib
- openmp # [linux]
run:
- libgcc
- zlib {{ CONDA_ZLIB }}*
- zlib
- openmp # [linux]

test:
Expand Down
16 changes: 8 additions & 8 deletions recipes/alfred/0.1.2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ build:
requirements:
build:
- gcc
- zlib {{CONDA_ZLIB}}*
- bzip2 {{ CONDA_BZIP2 }}*
- boost {{CONDA_BOOST}}*
- htslib {{CONDA_HTSLIB}}*
- zlib
- bzip2
- boost
- htslib
run:
- libgcc
- zlib {{CONDA_ZLIB}}*
- bzip2 {{ CONDA_BZIP2 }}*
- boost {{CONDA_BOOST}}*
- htslib {{CONDA_HTSLIB}}*
- zlib
- bzip2
- boost
- htslib

test:
commands:
Expand Down
16 changes: 8 additions & 8 deletions recipes/alfred/0.1.3/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ build:
requirements:
build:
- gcc
- zlib {{CONDA_ZLIB}}*
- bzip2 {{ CONDA_BZIP2 }}*
- boost {{CONDA_BOOST}}*
- htslib {{CONDA_HTSLIB}}*
- zlib
- bzip2
- boost
- htslib
run:
- libgcc
- zlib {{CONDA_ZLIB}}*
- bzip2 {{ CONDA_BZIP2 }}*
- boost {{CONDA_BOOST}}*
- htslib {{CONDA_HTSLIB}}*
- zlib
- bzip2
- boost
- htslib

test:
commands:
Expand Down
16 changes: 8 additions & 8 deletions recipes/alfred/0.1.5/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ build:
requirements:
build:
- gcc
- zlib {{CONDA_ZLIB}}*
- bzip2 {{ CONDA_BZIP2 }}*
- boost {{CONDA_BOOST}}*
- htslib {{CONDA_HTSLIB}}*
- zlib
- bzip2
- boost
- htslib
run:
- libgcc
- zlib {{CONDA_ZLIB}}*
- bzip2 {{ CONDA_BZIP2 }}*
- boost {{CONDA_BOOST}}*
- htslib {{CONDA_HTSLIB}}*
- zlib
- bzip2
- boost
- htslib

test:
commands:
Expand Down
16 changes: 8 additions & 8 deletions recipes/alfred/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ build:
requirements:
build:
- gcc
- zlib {{CONDA_ZLIB}}*
- bzip2 {{ CONDA_BZIP2 }}*
- boost {{CONDA_BOOST}}*
- htslib {{CONDA_HTSLIB}}*
- zlib
- bzip2
- boost
- htslib
run:
- libgcc
- zlib {{CONDA_ZLIB}}*
- bzip2 {{ CONDA_BZIP2 }}*
- boost {{CONDA_BOOST}}*
- htslib {{CONDA_HTSLIB}}*
- zlib
- bzip2
- boost
- htslib

test:
commands:
Expand Down
4 changes: 2 additions & 2 deletions recipes/align-it/1.0.3/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ requirements:
- gcc # [linux]
- llvm # [osx]
- openbabel ==2.4.1
- zlib {{CONDA_ZLIB}}*
- zlib
- cmake
run:
- openbabel ==2.4.1
- libgcc # [linux]
- zlib {{CONDA_ZLIB}}*
- zlib

source:
fn: align-it-1.0.3.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions recipes/allegro/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ requirements:
build:
- gcc # [not osx]
- llvm # [osx]
- zlib {{CONDA_ZLIB}}*
- zlib
- patch

run:
- libgcc # [linux]
- zlib {{CONDA_ZLIB}}*
- zlib

test:
commands:
Expand Down
2 changes: 1 addition & 1 deletion recipes/amused/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ requirements:
- ruby >=2.4
- jemalloc
- ruby-dna-tools
- zlib {{CONDA_ZLIB}}*
- zlib
- libgcc # [linux]

test:
Expand Down
4 changes: 2 additions & 2 deletions recipes/andi/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ requirements:
build:
- gcc
- libdivsufsort
- gsl {{ CONDA_GSL }}*
- gsl
- openblas

run:
- libgcc
- libdivsufsort
- gsl {{ CONDA_GSL }}*
- gsl
- openblas

test:
Expand Down
4 changes: 2 additions & 2 deletions recipes/angsd/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ package:

requirements:
build:
- htslib {{ CONDA_HTSLIB }}*
- htslib
- gcc # [not osx]
- llvm # [osx]
run:
- libgcc # [not osx]
- htslib {{ CONDA_HTSLIB }}*
- htslib

test:
commands:
Expand Down
4 changes: 2 additions & 2 deletions recipes/anvio/2.4.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requirements:
- psutil >=5.0.1
- mistune ==0.7.4
- openblas
- gsl {{ CONDA_GSL }}*
- gsl
- six ==1.10.0

run:
Expand All @@ -52,7 +52,7 @@ requirements:
- mistune ==0.7.4
- six ==1.10.0
- openblas
- gsl {{ CONDA_GSL }}*
- gsl
- sqlite
- diamond
- blast
Expand Down
4 changes: 2 additions & 2 deletions recipes/anvio/3.0.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ requirements:
- requests >=2.10.0
- psutil >=5.0.1
- mistune ==0.7.4
- gsl {{ CONDA_GSL }}*
- gsl
- six ==1.10.0
- pandas ==0.20.1
- openblas
Expand All @@ -54,7 +54,7 @@ requirements:
- six ==1.10.0
- pandas ==0.20.1
- openblas
- gsl {{ CONDA_GSL }}*
- gsl
- sqlite
- diamond
- blast
Expand Down
4 changes: 2 additions & 2 deletions recipes/anvio/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requirements:
- requests >=2.10.0
- psutil >=5.0.1
- mistune ==0.7.4
- gsl {{ CONDA_GSL }}*
- gsl
- six ==1.10.0
- pandas ==0.20.1
- openblas
Expand All @@ -60,7 +60,7 @@ requirements:
- pandas ==0.20.1
- matplotlib
- openblas
- gsl {{ CONDA_GSL }}*
- gsl
- sqlite
- diamond
- blast
Expand Down
4 changes: 2 additions & 2 deletions recipes/aria2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requirements:
- gcc # [linux]
- llvm # [osx]
- pkg-config # [osx]
- zlib {{CONDA_ZLIB}}*
- zlib
- openssl # [linux]
- sqlite
- libssh2
Expand All @@ -25,7 +25,7 @@ requirements:

run:
- libgcc # [linux]
- zlib {{CONDA_ZLIB}}*
- zlib
- openssl # [linux]
- sqlite
- libssh2
Expand Down
Loading

0 comments on commit e76cdbf

Please sign in to comment.