Index: head/math/clp/Makefile =================================================================== --- head/math/clp/Makefile (revision 222627) +++ head/math/clp/Makefile (revision 222628) @@ -1,41 +1,40 @@ # New ports collection makefile for: Clp # Date created: 22 July 2007 # Whom: Robin Schilham # # $FreeBSD$ # PORTNAME= Clp -PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTVERSION= 1.8.2 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/Clp/ \ http://www.mavetju.org/download/adopted/ EXTRACT_SUFX= .tgz MAINTAINER= co9co9@gmail.com COMMENT= Linear Programming Solver LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack .ifdef WITH_GMPL LIB_DEPENDS+= glpk.18:${PORTSDIR}/math/glpk .endif USE_FORTRAN= yes CXXFLAGS+= -ffast-math -fomit-frame-pointer GNU_CONFIGURE= yes USE_LDCONFIG= yes 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: +regression-test: build (cd ${WRKSRC}/Clp && ${MAKE} unitTest ) .include Property changes on: head/math/clp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/math/clp/distinfo =================================================================== --- head/math/clp/distinfo (revision 222627) +++ head/math/clp/distinfo (revision 222628) @@ -1,3 +1,3 @@ -MD5 (Clp-1.8.0.tgz) = f6db678c9676926c45bdcbd7d695365b -SHA256 (Clp-1.8.0.tgz) = 8e96271a163de5973f5d3f65c9e1b857a52c83a8a419df4b924790c1c66fd265 -SIZE (Clp-1.8.0.tgz) = 3222537 +MD5 (Clp-1.8.2.tgz) = ffef5f4fac3322d2ddc473aeabe0d477 +SHA256 (Clp-1.8.2.tgz) = 7200cfdbe3ad08b1cd95aca9a3a7ff708e6b6cb457debd1d424f7b8228e5ce5a +SIZE (Clp-1.8.2.tgz) = 3230700 Property changes on: head/math/clp/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property