summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-rook/package.py
blob: 26e5f61eab571d3f4d931bc9615b5b8e37424560 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2013-2021 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 RRook(RPackage):
    """This package contains the Rook specification and convenience software
    for building and running Rook applications. To get started, be sure and
    read the 'Rook' help file first."""

    homepage = "https://cloud.r-project.org/package=Rook"
    url      = "https://cloud.r-project.org/src/contrib/Rook_1.1-1.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/Rook"

    version('1.1-1', sha256='00f4ecfa4c5c57018acbb749080c07154549a6ecaa8d4130dd9de79427504903')

    depends_on('r@2.13.0:', type=('build', 'run'))
    depends_on('r-brew', type=('build', 'run'))