summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-lpsolveapi/package.py
blob: 3e313013b17d7f9c1e7914de38fe14ddfe71aaf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 2013-2024 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 RLpsolveapi(RPackage):
    """R Interface to 'lp_solve' Version 5.5.2.0.

    The lpSolveAPI package provides an R interface to 'lp_solve', a Mixed
    Integer Linear Programming (MILP) solver with support for pure linear,
    (mixed) integer/binary, semi-continuous and special ordered sets (SOS)
    models."""

    cran = "lpSolveAPI"

    version(
        "5.5.2.0-17.9", sha256="7b52ecf3f1174f771fe24e62502be6d31acc3e48a12473e35ad0a89fc2517811"
    )
    version(
        "5.5.2.0-17.8", sha256="24346bbdfe86a955e0f831c42e14c0ad6f446e4cbd07b82ce81a824d7717569e"
    )
    version(
        "5.5.2.0-17.7", sha256="9ebc8e45ad73eb51e0b25049598a5bc758370cf89508e2328cf4bd93d68d55bb"
    )