summaryrefslogblamecommitdiff
path: root/var/spack/repos/builtin/packages/r-zlibbioc/package.py
blob: 2e4f8175ead3e75a4d138fe1e07b1fc72219cce2 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                         
                                                                         
 

                                              



                          
                                
 





                                                                               

                                                                   

                                                                        
                                                                        
                                                                        
                                                                        
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *


class RZlibbioc(RPackage):
    """An R packaged zlib-1.2.5.

       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')