summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-zlibbioc/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-zlibbioc/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-zlibbioc/package.py19
1 files changed, 10 insertions, 9 deletions
diff --git a/var/spack/repos/builtin/packages/r-zlibbioc/package.py b/var/spack/repos/builtin/packages/r-zlibbioc/package.py
index 3b36a02b16..a4b830e3db 100644
--- a/var/spack/repos/builtin/packages/r-zlibbioc/package.py
+++ b/var/spack/repos/builtin/packages/r-zlibbioc/package.py
@@ -7,17 +7,18 @@ from spack import *
class RZlibbioc(RPackage):
- """This package uses the source code of zlib-1.2.5 to create libraries
- for systems that do not have these available via other means (most
- Linux and Mac users should have system-level access to zlib, and no
- direct need for this package). See the vignette for instructions
- on use."""
+ """An R packaged zlib-1.2.5.
- homepage = "http://bioconductor.org/packages/release/bioc/html/zlibbioc.html"
+ This package uses the source code of zlib-1.2.5 to create libraries for
+ systems that do not have these available via other means (most Linux and
+ Mac users should have system-level access to zlib, and no direct need
+ for this package). See the vignette for instructions on use."""
+
+ homepage = "https://bioconductor.org/packages/zlibbioc"
git = "https://git.bioconductor.org/packages/zlibbioc.git"
+ version('1.30.0', commit='99eae5b05968bf6abc9b54b9031afd93517381e0')
+ version('1.28.0', commit='b825b042742ba45455fc284b988ff4cd2a33222c')
version('1.26.0', commit='2e3ab097caa09a5e3ddaa3469b13e19a7224da0d')
+ version('1.24.0', commit='2990059338d1b987d098c009b0bfa806bd24afec')
version('1.22.0', commit='30377f830af2bc1ff17bbf3fdd2cb6442015fea5')
-
- depends_on('r@3.4.0:3.4.9', when='@1.22.0', type=('build', 'run'))
- depends_on('r@3.5.0:3.5.9', when='@1.26.0', type=('build', 'run'))