diff options
-rw-r--r-- | math/coinmp/DESCR | 8 | ||||
-rw-r--r-- | math/coinmp/Makefile | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/math/coinmp/DESCR b/math/coinmp/DESCR index 91ca3e5ceeb..2e7682a16c4 100644 --- a/math/coinmp/DESCR +++ b/math/coinmp/DESCR @@ -1,3 +1,5 @@ -CoinMP is a C-API library that supports most of the functionality -of CLP (Coin LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation -Library) projects. +CoinMP is a mathematical library for solving Linear Programming problems. +It is implemented as a C-API library that supports most of the functionality +of the CLP (Coin Linear Programming), CBC (Coin Branch-and-Cut), +and CGL (Cut Generation Library) projects. + diff --git a/math/coinmp/Makefile b/math/coinmp/Makefile index c3ae166003d..02ab8f641c7 100644 --- a/math/coinmp/Makefile +++ b/math/coinmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/09/29 14:51:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.5 2016/04/09 11:58:54 tnn Exp $ DISTNAME= CoinMP-1.8.3 PKGNAME= ${DISTNAME:tl} @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ryoon@NetBSD.org HOMEPAGE= https://projects.coin-or.org/CoinMP -COMMENT= CoinMP is a C-API library that supports CLP, CBC, and CGL +COMMENT= Linear Programming solver library LICENSE= cpl-1.0 GNU_CONFIGURE= yes |