summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-rcpparmadillo/package.py
blob: 51ef1b3daf5b6e06d9b08facfec71a0c2a4b563e (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 RRcpparmadillo(RPackage):
    """'Rcpp' Integration for the 'Armadillo' Templated Linear
    Algebra Library."""

    homepage = "https://cran.r-project.org/package=RcppArmadillo"
    url      = "https://cran.r-project.org/src/contrib/RcppArmadillo_0.8.100.1.0.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/RcppArmadillo"

    version('0.8.100.1.0', 'a79c0ee967f502702414bc3c80c88f56')

    depends_on('r-rcpp', type=('build', 'run'))