summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-rcppensmallen/package.py
blob: a835b67d9a23728556ff5b5731df6ab6641e784a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2024 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.package import *


class RRcppensmallen(RPackage):
    """Rcpp integration for the Ensmallen templated C++ mathematical    optimization library."""

    cran = "RcppEnsmallen"

    version(
        "0.2.19.0.1", sha256="b4a9bde4dde309a52a47b56790389ecab14fe64066098d2a38b1b588ba3d8631"
    )

    depends_on("r@3.3.0:", type=("build", "run"))
    depends_on("r-rcpp", type=("build", "run"))
    depends_on("r-rcpparmadillo@0.9.800.0.0:", type=("build", "run"))