pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/R-lpSolve (devel/R-lpSolve) import R-lpSolve-5.6.15



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4296490759b5
branches:  trunk
changeset: 443944:4296490759b5
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Jan 01 10:31:34 2021 +0000

description:
(devel/R-lpSolve) import R-lpSolve-5.6.15

Lp_solve is freely available (under LGPL 2) software for solving
linear, integer and mixed integer programs. In this implementation we
supply a "wrapper" function in C and some R functions that solve
general linear/integer problems, assignment problems, and
transportation problems. This version calls lp_solve version 5.5.

diffstat:

 devel/R-lpSolve/DESCR    |   5 +++++
 devel/R-lpSolve/Makefile |  16 ++++++++++++++++
 devel/R-lpSolve/distinfo |   6 ++++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 69f5ef24de5e -r 4296490759b5 devel/R-lpSolve/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-lpSolve/DESCR     Fri Jan 01 10:31:34 2021 +0000
@@ -0,0 +1,5 @@
+Lp_solve is freely available (under LGPL 2) software for solving
+linear, integer and mixed integer programs. In this implementation we
+supply a "wrapper" function in C and some R functions that solve
+general linear/integer problems, assignment problems, and
+transportation problems. This version calls lp_solve version 5.5.
diff -r 69f5ef24de5e -r 4296490759b5 devel/R-lpSolve/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-lpSolve/Makefile  Fri Jan 01 10:31:34 2021 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2021/01/01 10:31:34 mef Exp $
+
+R_PKGNAME=     lpSolve
+R_PKGVER=      5.6.15
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Interface to 'Lp_solve' v. 5.5 to Solve Linear/Integer Programs
+LICENSE=       gnu-lgpl-v2
+
+DEPENDS+=      tex-ec-[0-9]*:../../fonts/tex-ec
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 69f5ef24de5e -r 4296490759b5 devel/R-lpSolve/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-lpSolve/distinfo  Fri Jan 01 10:31:34 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/01/01 10:31:34 mef Exp $
+
+SHA1 (R/lpSolve_5.6.15.tar.gz) = 81c7700cd88735cfb8624c01e072eb4ffb373860
+RMD160 (R/lpSolve_5.6.15.tar.gz) = e2e23b02b8f22f18d6e806011c1aea5011ce7c05
+SHA512 (R/lpSolve_5.6.15.tar.gz) = 68a71654cf405890028f32b6764446a0a82842a529cf060190d14fa2dcb114613bafff44235cbb156cbcfb0a8a9e0982051189aa9d6f65ea1721e09d35d118e1
+Size (R/lpSolve_5.6.15.tar.gz) = 467646 bytes



Home | Main Index | Thread Index | Old Index