Skip to content

Commit

Permalink
clean blacklist 5 (#5041)
Browse files Browse the repository at this point in the history
* build r-spp
* build bioconductor-motiv on linux
* build bioconductor-motifstack on linux
* build bioconductor-motifbreakr on linux
* build r-multicool on osx
  • Loading branch information
rvalieris authored Jun 23, 2017
1 parent d8f6525 commit 8b247ee
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 11 deletions.
1 change: 1 addition & 0 deletions recipes/bioconductor-motifbreakr/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ source:
md5: 66d72ab927fb1da866a9376416fc2e79
build:
number: 0
skip: True # [osx]
rpaths:
- lib/R/lib/
- lib/
Expand Down
1 change: 1 addition & 0 deletions recipes/bioconductor-motifstack/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ source:
md5: 0391df16d61699fbe22fa38e809fc2cb
build:
number: 0
skip: True # [osx]
rpaths:
- lib/R/lib/
- lib/
Expand Down
1 change: 1 addition & 0 deletions recipes/bioconductor-motiv/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ source:
build:
string: bioconductor_{{CONDA_R}}_gsl{{CONDA_GSL}}_{{PKG_BUILDNUM}}
number: 0
skip: True # [osx]
rpaths:
- lib/R/lib/
- lib/
Expand Down
3 changes: 0 additions & 3 deletions recipes/r-multicool/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ source:

build:
number: 0
# segmentation fault on osx
skip: True # [osx]

rpaths:
- lib/R/lib/
Expand All @@ -23,7 +21,6 @@ requirements:
- r-base
- r-rcpp >=0.11.2
- gcc # [not osx]
- llvm # [osx]

run:
- r-base
Expand Down
8 changes: 0 additions & 8 deletions sorted-r-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ recipes/cap-mirseq
# conflicts with recent Rcpp version
recipes/r-histonehmm

# error: the built package <> cannot be found
recipes/r-spp
recipes/bioconductor-motiv

# depends on bioconductor-motiv
recipes/bioconductor-motifbreakr
recipes/bioconductor-motifstack

# mgkit.DependencyError: The 'matplotlib' package is required
# despite matplotlib being listed in the requirements
recipes/mgkit
Expand Down

0 comments on commit 8b247ee

Please sign in to comment.