Date: Fri, 15 Aug 2008 20:24:50 GMT From: "Pedro F. Giffuni" <giffunip@tutopia.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/126555: math/clp update to 1.8.0 Message-ID: <200808152024.m7FKOoCV096225@www.freebsd.org> Resent-Message-ID: <200808152030.m7FKU1Sp015004@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126555 >Category: ports >Synopsis: math/clp update to 1.8.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: Fri Aug 15 20:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 7.0-Release >Organization: >Environment: FreeBSD kakumen.cable.net.co 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Fri Aug 8 16:42:27 COT 2008 root@kakumen.cable.net.co:/usr/src/sys/amd64/compile/GENERIC amd64 >Description: - Update to 1.8.0 - Use additional CXXFLAGS as recommended in the INSTALL file. >How-To-Repeat: >Fix: diff -ruN clp.orig/Makefile clp/Makefile --- clp.orig/Makefile 2008-08-15 13:18:01.000000000 -0500 +++ clp/Makefile 2008-08-15 15:03:55.000000000 -0500 @@ -6,7 +6,7 @@ # PORTNAME= Clp -PORTVERSION= 1.7.4 +PORTVERSION= 1.8.0 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/Clp/ \ http://www.mavetju.org/download/adopted/ @@ -21,6 +21,7 @@ .endif USE_FORTRAN= yes +CXXFLAGS+= -ffast-math -fomit-frame-pointer GNU_CONFIGURE= yes USE_LDCONFIG= yes diff -ruN clp.orig/distinfo clp/distinfo --- clp.orig/distinfo 2008-08-15 13:18:01.000000000 -0500 +++ clp/distinfo 2008-08-15 13:18:52.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (Clp-1.7.4.tgz) = 05e1c18a1f44e0a78031536f0996760a -SHA256 (Clp-1.7.4.tgz) = 08b49c99dcf06ba457e94f5f056f2c4be7e32f1783481f053dfaf9a253c3597b -SIZE (Clp-1.7.4.tgz) = 3186618 +MD5 (Clp-1.8.0.tgz) = f6db678c9676926c45bdcbd7d695365b +SHA256 (Clp-1.8.0.tgz) = 8e96271a163de5973f5d3f65c9e1b857a52c83a8a419df4b924790c1c66fd265 +SIZE (Clp-1.8.0.tgz) = 3222537 diff -ruN clp.orig/pkg-plist clp/pkg-plist --- clp.orig/pkg-plist 2008-08-15 13:18:01.000000000 -0500 +++ clp/pkg-plist 2008-08-15 14:44:06.000000000 -0500 @@ -43,6 +43,7 @@ include/coin/Clp_C_Interface.h include/coin/CoinAlloc.hpp include/coin/CoinBuild.hpp +include/coin/CoinDenseFactorization.hpp include/coin/CoinDenseVector.hpp include/coin/CoinDistance.hpp include/coin/CoinError.hpp >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808152024.m7FKOoCV096225>