r-nleqslv: new package at 3.3.2 (#10696)
This commit is contained in:
parent
c832479c65
commit
68318ab076
16
var/spack/repos/builtin/packages/r-nleqslv/package.py
Normal file
16
var/spack/repos/builtin/packages/r-nleqslv/package.py
Normal 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')
|
Loading…
Reference in New Issue
Block a user