summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-quadprog/package.py
blob: 4991cf03b73eb1e27d7f0f87243a388598fd4992 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 RQuadprog(RPackage):
    """This package contains routines and documentation for solving
       quadratic programming problems."""

    homepage = "https://cran.r-project.org/web/packages/quadprog/index.html"
    url      = "https://cran.r-project.org/src/contrib/quadprog_1.5-5.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/quadprog"

    version('1.5-5', '8442f37afd8d0b19b12e77d63e6515ad')