summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Zhu <ifanzhu@foxmail.com>2017-10-28 13:14:33 -0500
committerChristoph Junghans <christoph.junghans@gmail.com>2017-10-28 12:14:33 -0600
commit56c78327895f30dfb2a09578485d32c25bf1585e (patch)
treeec1a3e142a5c0187914b227f1376024e5921e253
parentf340333e6e6dc5855014c6cf88e116e588e6b3b0 (diff)
downloadspack-56c78327895f30dfb2a09578485d32c25bf1585e.tar.gz
spack-56c78327895f30dfb2a09578485d32c25bf1585e.tar.bz2
spack-56c78327895f30dfb2a09578485d32c25bf1585e.tar.xz
spack-56c78327895f30dfb2a09578485d32c25bf1585e.zip
r-iranges: changed url to git and added versioned dependency on r (#5971)
-rw-r--r--var/spack/repos/builtin/packages/r-iranges/package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/r-iranges/package.py b/var/spack/repos/builtin/packages/r-iranges/package.py
index 1669c05bfe..ceea2b1bbe 100644
--- a/var/spack/repos/builtin/packages/r-iranges/package.py
+++ b/var/spack/repos/builtin/packages/r-iranges/package.py
@@ -38,9 +38,10 @@ class RIranges(RPackage):
i.e., collections of atomic vectors and DataFrames."""
homepage = "https://www.bioconductor.org/packages/IRanges/"
- url = "https://www.bioconductor.org/packages/release/bioc/src/contrib/IRanges_2.10.3.tar.gz"
+ url = "https://git.bioconductor.org/packages/IRanges"
list_url = homepage
- version('2.10.3', '8fd2a39934de72affef35df8bdf53636')
+ version('2.10.5', git='https://git.bioconductor.org/packages/IRanges', commit='b00d1d5025e3c480d17c13100f0da5a0132b1614')
depends_on('r-biocgenerics', type=('build', 'run'))
depends_on('r-s4vectors', type=('build', 'run'))
+ depends_on('r@3.4.0:3.4.9', when='@2.10.5')