From 9a98f450640abea3bec122300816fff5b668c32c Mon Sep 17 00:00:00 2001 From: Levi Baber Date: Wed, 22 Aug 2018 09:39:23 -0500 Subject: r-genomicranges: new version (#9052) --- .../repos/builtin/packages/r-genomicranges/package.py | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/r-genomicranges/package.py b/var/spack/repos/builtin/packages/r-genomicranges/package.py index 2c3bd55ff1..9e5baff6c7 100644 --- a/var/spack/repos/builtin/packages/r-genomicranges/package.py +++ b/var/spack/repos/builtin/packages/r-genomicranges/package.py @@ -40,14 +40,21 @@ class RGenomicranges(RPackage): homepage = "https://bioconductor.org/packages/GenomicRanges/" git = "https://git.bioconductor.org/packages/GenomicRanges.git" + version('1.32.6', commit='31426be0fd6b76f7858971dc45aaf6e6d1dbac4e') version('1.30.3', commit='e99979054bc50ed8c0109bc54563036c1b368997') version('1.28.6', commit='197472d618f3ed04c795dc6ed435500c29619563') depends_on('r-biocgenerics@0.21.2:', type=('build', 'run')) + depends_on('r-biocgenerics@0.25.3:', when='@1.32.6', type=('build', 'run')) depends_on('r-s4vectors@0.9.47:', type=('build', 'run')) - depends_on('r-iranges@2.9.11:', type=('build', 'run'), when='@1.28.6') - depends_on('r-iranges@2.11.16:', type=('build', 'run'), when='@1.30.3') - depends_on('r-genomeinfodb@1.11.5:', type=('build', 'run'), when='@1.28.6') - depends_on('r-genomeinfodb@1.13.1:', type=('build', 'run'), when='@1.30.3') + depends_on('r-s4vectors@0.17.32:', when='@1.32.6', type=('build', 'run')) + depends_on('r-iranges@2.9.11:', when='@1.28.6', type=('build', 'run')) + depends_on('r-iranges@2.11.16:', when='@1.30.3', type=('build', 'run')) + depends_on('r-iranges@2.14.4:', when='@1.32.6', type=('build', 'run')) + depends_on('r-genomeinfodb@1.11.5:', when='@1.28.6', type=('build', 'run')) + depends_on('r-genomeinfodb@1.13.1:', when='@1.30.3', type=('build', 'run')) + depends_on('r-genomeinfodb@1.15.2:', when='@1.32.6', type=('build', 'run')) depends_on('r-xvector', type=('build', 'run')) - depends_on('r@3.4.0:3.4.9', when='@1.28.6:') + depends_on('r-xvector@0.19.8:', when='@1.32.6', type=('build', 'run')) + depends_on('r@3.4.0:3.4.9', when='@1.28.6', type=('build', 'run')) + depends_on('r@3.5.0:3.5.9', when='@1.32.6', type=('build', 'run')) -- cgit v1.2.3-70-g09d2