summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-rhdf5lib/package.py
blob: 1c1fe6d2ced001430a72ce7f79447a75d8ff1842 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2013-2019 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 RRhdf5lib(RPackage):
    """hdf5 library as an R package.

       Provides C and C++ hdf5 libraries."""

    homepage = "https://bioconductor.org/packages/Rhdf5lib"
    git      = "https://git.bioconductor.org/packages/Rhdf5lib.git"

    version('1.6.3', commit='11ac3069f28b0068002db9c645817401f6c5b3c4')
    version('1.4.3', commit='f6be8c2659b2daa17541506058917b7981490d65')
    version('1.2.1', commit='dbf85dbedb736d5a696794d52875729c8514494e')
    version('1.0.0', commit='79608038c2016a518ba747fe6a2bf02ce53a75f9')

    depends_on('gmake', type='build')