summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-futile-options/package.py
blob: c493ac0ea6eb7d4fac40dd28b6631495426ec54d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 RFutileOptions(RPackage):
    """A scoped options management framework"""

    homepage = "https://cloud.r-project.org/package=futile.options"
    url      = "https://cloud.r-project.org/src/contrib/futile.options_1.0.0.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/futile.options"

    version('1.0.1', sha256='7a9cc974e09598077b242a1069f7fbf4fa7f85ffe25067f6c4c32314ef532570')
    version('1.0.0', '8fd845774bbce56f41f7c43c3b4c13ba')

    depends_on('r@2.8.0:', type=('build', 'run'))