summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-expm/package.py
blob: 2173387fdfb0ada0d52df3097b8e0345869e890c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2013-2022 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 RExpm(RPackage):
    """Matrix Exponential, Log, 'etc'.

    Computation of the matrix exponential, logarithm, sqrt, and related
    quantities."""

    cran = "expm"

    version('0.999-6', sha256='2c79912fd2e03fcf89c29f09555880934402fcb2359af8b4579d79b4f955addc')
    version('0.999-4', sha256='58d06427a08c9442462b00a5531e2575800be13ed450c5a1546261251e536096')
    version('0.999-3', sha256='511bac5860cc5b3888bca626cdf23241b6118eabcc82d100935386039e516412')
    version('0.999-2', sha256='38f1e5bfa90f794486789695d0d9e49158c7eb9445dc171dd83dec3d8fa130d6')

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