summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-nleqslv/package.py
blob: 37968fe77716ce27cc422d72c2a65fc741c2c7de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 RNleqslv(RPackage):
    """nleqslv: Solve Systems of Nonlinear Equations"""

    homepage = "https://cloud.r-project.org/package=nleqslv"
    url      = "https://cloud.r-project.org/src/contrib/nleqslv_3.3.2.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/nleqslv"

    version('3.3.2', sha256='f54956cf67f9970bb3c6803684c84a27ac78165055745e444efc45cfecb63fed')