Skip to content

Commit

Permalink
remove build string (#9042)
Browse files Browse the repository at this point in the history
* remove build string

* remove conda vars (#9043)
  • Loading branch information
bgruening authored May 25, 2018
1 parent 67596b8 commit 637a953
Show file tree
Hide file tree
Showing 746 changed files with 1,797 additions and 1,907 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
1 change: 0 additions & 1 deletion recipes/abyss/1.5.2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ package:

build:
number: 5
string: boost1.61_{{PKG_BUILDNUM}}

source:
fn: abyss-{{ version }}.tar.gz
Expand Down
1 change: 0 additions & 1 deletion recipes/abyss/1.9.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ package:

build:
number: 7
string: boost1.61_{{PKG_BUILDNUM}}

source:
fn: abyss-{{ version }}.tar.gz
Expand Down
3 changes: 1 addition & 2 deletions recipes/abyss/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ package:

build:
number: 4
string: boost{{CONDA_BOOST}}_{{PKG_BUILDNUM}}

source:
fn: {{ name|lower }}-{{ version }}.tar.gz
Expand All @@ -20,7 +19,7 @@ requirements:
build:
- gcc # [not osx]
- llvm # [osx]
- boost {{CONDA_BOOST}}*
- boost
- sparsehash
- sqlite
- openmpi
Expand Down
5 changes: 2 additions & 3 deletions recipes/ac-diamond/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ source:
build:
number: 0
skip: True # [osx]
string: boost{{CONDA_BOOST}}_0

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
17 changes: 8 additions & 9 deletions recipes/alfred/0.1.2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,21 @@ source:

build:
number: 2
string: boost{{CONDA_BOOST}}_{{PKG_BUILDNUM}}
skip: True # [osx]

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
17 changes: 8 additions & 9 deletions recipes/alfred/0.1.3/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,21 @@ source:

build:
number: 2
string: boost{{CONDA_BOOST}}_{{PKG_BUILDNUM}}
skip: True # [osx]

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
17 changes: 8 additions & 9 deletions recipes/alfred/0.1.5/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,21 @@ source:

build:
number: 2
string: boost{{CONDA_BOOST}}_{{PKG_BUILDNUM}}
skip: True # [osx]

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
17 changes: 8 additions & 9 deletions recipes/alfred/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,21 @@ source:

build:
number: 0
string: boost{{CONDA_BOOST}}_{{PKG_BUILDNUM}}
skip: True # [osx]

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
Loading

0 comments on commit 637a953

Please sign in to comment.