r-nleqslv: new package at 3.3.2 (#10696)

This commit is contained in:
Justin Stanley 2019-02-26 12:19:48 -06:00 committed by Levi Baber
parent c832479c65
commit 68318ab076

View File

@ -0,0 +1,16 @@
# 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 RNleqslv(RPackage):
"""nleqslv: Solve Systems of Nonlinear Equations"""
homepage = "https://cran.r-project.org/package=nleqslv"
url = "https://cran.r-project.org/src/contrib/nleqslv_3.3.2.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/nleqslv"
version('3.3.2', sha256='f54956cf67f9970bb3c6803684c84a27ac78165055745e444efc45cfecb63fed')