summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/R/package.py
diff options
context:
space:
mode:
authorGlenn Johnson <glenn-johnson@uiowa.edu>2016-06-05 20:12:11 -0500
committerGlenn Johnson <glenn-johnson@uiowa.edu>2016-06-16 23:08:55 -0500
commit7213b123245895ab3fe588c7b5656b68f648b99d (patch)
tree3b10e4b769d90ed36878198038c9f6281433d77d /var/spack/repos/builtin/packages/R/package.py
parent0e64c25ffc09d764eaeb11ffb0db93bb8baaf34a (diff)
downloadspack-7213b123245895ab3fe588c7b5656b68f648b99d.tar.gz
spack-7213b123245895ab3fe588c7b5656b68f648b99d.tar.bz2
spack-7213b123245895ab3fe588c7b5656b68f648b99d.tar.xz
spack-7213b123245895ab3fe588c7b5656b68f648b99d.zip
Tweak how R packages are built.
Add bzip2 as a dependency to base R. Switch from installing the R packages from tar files to installing from the extracted directory. This is more in line with a standard install and also allows installing from VCS. Use the Bioconductor version for BiocGenerics and future Bioconductor packages. Suffix the package with 'bioc-$version' to indicate which Bioconductor release the package is a part of. This is actually more important than the actual version attached to individual packages although those are subject to change within the Bioconductor branch.
Diffstat (limited to 'var/spack/repos/builtin/packages/R/package.py')
-rw-r--r--var/spack/repos/builtin/packages/R/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/R/package.py b/var/spack/repos/builtin/packages/R/package.py
index af520082ec..74dd95e5c2 100644
--- a/var/spack/repos/builtin/packages/R/package.py
+++ b/var/spack/repos/builtin/packages/R/package.py
@@ -61,6 +61,7 @@ class R(Package):
depends_on('icu')
depends_on('glib')
depends_on('zlib')
+ depends_on('bzip2')
depends_on('libtiff')
depends_on('jpeg')
depends_on('cairo')