summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-spam/package.py
blob: 0d5544124b0cbca998cab152cffe13e7b4233814 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 RSpam(RPackage):
    """spam: SPArse Matrix"""

    homepage = "https://www.math.uzh.ch/pages/spam/"
    url      = "https://cloud.r-project.org/src/contrib/spam_2.3-0.2.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/spam"

    version('2.3-0.2', sha256='848fa95c0a71ac82af6344539af7b1c33563c687f06ead42851a68b621fff533')

    depends_on('r@3.1:', type=('build', 'run'))
    depends_on('r-dotcall64', type=('build', 'run'))