Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last updates for the year #12881

Merged
merged 1 commit into from
Dec 31, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions recipes/bioconductor-rgraphviz/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash
mv DESCRIPTION DESCRIPTION.old
grep -v '^Priority: ' DESCRIPTION.old > DESCRIPTION
mkdir -p ~/.R
echo -e "CC=$CC
FC=$FC
CXX=$CXX
CXX98=$CXX
CXX11=$CXX
CXX14=$CXX" > ~/.R/Makevars
$R CMD INSTALL --build .
41 changes: 41 additions & 0 deletions recipes/bioconductor-rgraphviz/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{% set version = "2.26.0" %}
{% set name = "Rgraphviz" %}
{% set bioc = "3.8" %}

package:
name: 'bioconductor-{{ name|lower }}'
version: '{{ version }}'
source:
url:
- 'https://bioconductor.org/packages/{{ bioc }}/bioc/src/contrib/{{ name }}_{{ version }}.tar.gz'
- 'https://bioarchive.galaxyproject.org/{{ name }}_{{ version }}.tar.gz'
- 'https://depot.galaxyproject.org/software/bioconductor-{{ name|lower }}/bioconductor-{{ name|lower }}_{{ version }}_src_all.tar.gz'
md5: 148a37430c6f20d15b1564cb91796f00
build:
number: 0
rpaths:
- lib/R/lib/
- lib/
# Suggests: RUnit, BiocGenerics, XML
# SystemRequirements: optionally Graphviz (>= 2.16)
requirements:
host:
- 'bioconductor-graph >=1.60.0,<1.61.0'
- r-base
run:
- 'bioconductor-graph >=1.60.0,<1.61.0'
- r-base
- graphviz
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- automake
- make
test:
commands:
- '$R -e "library(''{{ name }}'')"'
about:
home: 'https://bioconductor.org/packages/{{ bioc }}/bioc/html/{{ name }}.html'
license: EPL
summary: 'Interfaces R with the AT and T graphviz library for plotting R graph objects from the graph package.'

3 changes: 1 addition & 2 deletions recipes/r-clvalid/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ requirements:

test:
commands:
- $R -e "library('clValid')" # [not win]
- "\"%R%\" -e \"library('clValid')\"" # [win]
- $R -e "library('clValid')"

about:
home: http://guybrock.gpbrock.net/research
Expand Down
2 changes: 1 addition & 1 deletion recipes/r-dnet/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ about:
similarity between ontology terms (and between genes) and for calculating network
affinity based on random walk; both can be done via high-performance parallel computing.'
license_family: GPL2
license_file: '{{ environ["PREFIX"] }}\/lib\/R\/share\/licenses\/GPL-2' # [unix]
license_file: '{{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-2'
1 change: 0 additions & 1 deletion recipes/r-hardyweinberg/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ source:

build:
number: 0
skip: true # [win32]
rpaths:
- lib/R/lib/
- lib/
Expand Down
2 changes: 1 addition & 1 deletion recipes/r-wgcna/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: 1b4b8d2a0b7c8c096a8b47810378fbfc475ff36f66a72f89b87e24eb3ef41666

build:
number: 0
number: 1
rpaths:
- lib/R/lib/
- lib/
Expand Down