summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-hdf5array/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-hdf5array/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-hdf5array/package.py25
1 files changed, 13 insertions, 12 deletions
diff --git a/var/spack/repos/builtin/packages/r-hdf5array/package.py b/var/spack/repos/builtin/packages/r-hdf5array/package.py
index c7d6458e63..7c2400d9a6 100644
--- a/var/spack/repos/builtin/packages/r-hdf5array/package.py
+++ b/var/spack/repos/builtin/packages/r-hdf5array/package.py
@@ -7,7 +7,7 @@ from spack import *
class RHdf5array(RPackage):
- """HDF5 backend for DelayedArray objects.
+ """HDF5 backend for DelayedArray objects
Implements the HDF5Array and TENxMatrix classes, 2 convenient and
memory-efficient array-like containers for on-disk representation of
@@ -21,6 +21,7 @@ class RHdf5array(RPackage):
homepage = "https://bioconductor.org/packages/HDF5Array"
git = "https://git.bioconductor.org/packages/HDF5Array.git"
+ version('1.18.0', commit='d5bd55d170cb384fdebdf60751e1e28483782caa')
version('1.12.3', commit='21c6077f3f789748a18f2e579110576c5522e975')
version('1.10.1', commit='0b8ae1dfb56e4203dd8e14781850370df46a5e2c')
version('1.8.1', commit='3c9aa23d117bf489b6341708dc80c943bd1af11a')
@@ -29,21 +30,21 @@ class RHdf5array(RPackage):
depends_on('r@3.4:', type=('build', 'run'))
depends_on('r-delayedarray@0.2.4:', type=('build', 'run'))
- depends_on('r-rhdf5', type=('build', 'run'))
- depends_on('r-biocgenerics', type=('build', 'run'))
- depends_on('r-s4vectors', type=('build', 'run'))
- depends_on('r-iranges', type=('build', 'run'))
-
depends_on('r-delayedarray@0.3.18:', when='@1.6.0:', type=('build', 'run'))
-
depends_on('r-delayedarray@0.5.32:', when='@1.8.1:', type=('build', 'run'))
- depends_on('r-biocgenerics@0.25.1:', when='@1.8.1:', type=('build', 'run'))
-
depends_on('r-delayedarray@0.7.41:', when='@1.10.1:', type=('build', 'run'))
- depends_on('r-rhdf5@2.25.6:', when='@1.10.1:', type=('build', 'run'))
-
depends_on('r-delayedarray@0.9.3:', when='@1.12.3:', type=('build', 'run'))
+ depends_on('r-delayedarray@0.15.16:', when='@1.18.0:', type=('build', 'run'))
+ depends_on('r-rhdf5', type=('build', 'run'))
+ depends_on('r-rhdf5@2.25.6:', when='@1.10.1:', type=('build', 'run'))
+ depends_on('r-rhdf5@2.31.6:', when='@1.18.0:', type=('build', 'run'))
+ depends_on('r-matrix', when='@1.18.0:', type=('build', 'run'))
+ depends_on('r-biocgenerics', type=('build', 'run'))
+ depends_on('r-biocgenerics@0.25.1:', when='@1.8.1:', type=('build', 'run'))
+ depends_on('r-biocgenerics@0.31.5:', when='@1.18.0:', type=('build', 'run'))
+ depends_on('r-s4vectors', type=('build', 'run'))
depends_on('r-s4vectors@0.21.6:', when='@1.12.3:', type=('build', 'run'))
+ depends_on('r-s4vectors@0.27.13:', when='@1.18.0:', type=('build', 'run'))
+ depends_on('r-iranges', type=('build', 'run'))
depends_on('r-rhdf5lib', when='@1.12.3:', type=('build', 'run'))
-
depends_on('gmake', type='build')