Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2010 03:17:08 GMT
From:      "Pedro F. Giffuni" <giffunip@tutopia.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/142952: Update math/clp to 1.11.0
Message-ID:  <201001190317.o0J3H8nW058519@www.freebsd.org>
Resent-Message-ID: <201001190320.o0J3K4VH088482@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         142952
>Category:       ports
>Synopsis:       Update math/clp to 1.11.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 19 03:20:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        8.0-RELEASE
>Organization:
>Environment:
FreeBSD mogwai.giffuni.net 8.0-RELEASE FreeBSD 8.0-RELEASE #13: Sat Jan  9 20:39:47 UTC 2010     pedro@mogwai.giffuni.net:/usr/src/sys/i386/compile/GENERIC  i386

>Description:
-Minor update
-Remove GMPL knob: While other parts of coin can use glpk, it's not really
an option for clp. 
>How-To-Repeat:

>Fix:
diff -ru clp.orig/Makefile clp/Makefile
--- clp.orig/Makefile	2010-01-18 16:00:36.000000000 +0000
+++ clp/Makefile	2010-01-18 16:01:43.000000000 +0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	Clp
-PORTVERSION=	1.10.0
-PORTREVISION=	1
+PORTVERSION=	1.11.0
 CATEGORIES=	math
 MASTER_SITES=	http://www.coin-or.org/download/source/Clp/ \
 		http://www.mavetju.org/download/adopted/
@@ -17,9 +16,6 @@
 COMMENT=	Linear Programming Solver
 
 LIB_DEPENDS=	lapack.4:${PORTSDIR}/math/lapack
-.ifdef WITH_GMPL
-LIB_DEPENDS+=	glpk.27:${PORTSDIR}/math/glpk
-.endif
 
 USE_FORTRAN=	yes
 CXXFLAGS+=	-ffast-math -fomit-frame-pointer
@@ -30,10 +26,6 @@
 CONFIGURE_ENV+=	${MAKE_ENV}
 CONFIGURE_ARGS=	--with-blas="-L${LOCALBASE}/lib -lblas"		\
 		--with-lapack="-L${LOCALBASE}/lib -llapack"
-.ifdef WITH_GMPL
-CONFIGURE_ARGS+=--with-gmpl-incdir=${LOCALBASE}/include	\
-		--with-gmpl-lib="-L${LOCALBASE}/lib -lglpk"
-.endif
 
 regression-test: build
 	(cd ${WRKSRC}/Clp && ${MAKE} unitTest )
diff -ru clp.orig/distinfo clp/distinfo
--- clp.orig/distinfo	2010-01-18 16:00:36.000000000 +0000
+++ clp/distinfo	2010-01-18 16:03:08.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (Clp-1.10.0.tgz) = ac036bf5d2fac8eb739751632a81bd1f
-SHA256 (Clp-1.10.0.tgz) = 2e9330735f6b3e86a8600894d868e50eecf86d6b56791d0ad11bad2789ea0a8f
-SIZE (Clp-1.10.0.tgz) = 3321332
+MD5 (Clp-1.11.0.tgz) = 03fd8bc496fc971dedb9a0811ef654c2
+SHA256 (Clp-1.11.0.tgz) = 4c1a5dd81599399c5039d82c58e9bf1a36277d991121c8169502a1086b1e026e
+SIZE (Clp-1.11.0.tgz) = 7289973
diff -ru clp.orig/pkg-plist clp/pkg-plist
--- clp.orig/pkg-plist	2010-01-18 16:00:36.000000000 +0000
+++ clp/pkg-plist	2010-01-18 16:09:42.000000000 +0000
@@ -1,4 +1,5 @@
 bin/clp
+include/coin/CbcOrClpParam.cpp
 include/coin/CbcOrClpParam.hpp
 include/coin/ClpCholeskyBase.hpp
 include/coin/ClpCholeskyDense.hpp
@@ -36,6 +37,7 @@
 include/coin/ClpPrimalColumnSteepest.hpp
 include/coin/ClpQuadraticObjective.hpp
 include/coin/ClpSimplex.hpp
+include/coin/ClpSimplexDual.hpp
 include/coin/ClpSimplexNonlinear.hpp
 include/coin/ClpSimplexOther.hpp
 include/coin/ClpSimplexPrimal.hpp
@@ -59,6 +61,7 @@
 include/coin/CoinModel.hpp
 include/coin/CoinModelUseful.hpp
 include/coin/CoinMpsIO.hpp
+include/coin/CoinOslFactorization.hpp
 include/coin/CoinPackedMatrix.hpp
 include/coin/CoinPackedVector.hpp
 include/coin/CoinPackedVectorBase.hpp


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001190317.o0J3H8nW058519>