Date: Mon, 14 Sep 2020 05:47:50 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548587 - head/math/lrslib Message-ID: <202009140547.08E5lomY060267@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Sep 14 05:47:50 2020 New Revision: 548587 URL: https://svnweb.freebsd.org/changeset/ports/548587 Log: math/lrslib: Update 062 -> 071 Modified: head/math/lrslib/Makefile head/math/lrslib/distinfo head/math/lrslib/pkg-plist Modified: head/math/lrslib/Makefile ============================================================================== --- head/math/lrslib/Makefile Mon Sep 14 05:44:33 2020 (r548586) +++ head/math/lrslib/Makefile Mon Sep 14 05:47:50 2020 (r548587) @@ -1,11 +1,9 @@ # $FreeBSD$ PORTNAME= lrslib -DISTVERSIONPREFIX= ${PORTNAME}- -DISTVERSION= 062 -DISTVERSIONSUFFIX= +autotools-2017-03-03 -PORTREVISION= 7 +DISTVERSION= 071 CATEGORIES= math +MASTER_SITES= http://cgm.cs.mcgill.ca/~avis/C/lrslib/archive/ MAINTAINER= yuri@FreeBSD.org COMMENT= Reverse search algorithm for vertex enumeration/convex hull problems @@ -17,16 +15,18 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libgmp.so:math/gmp \ libmpi.so:net/mpich -USES= autoreconf fortran gmake libtool localbase:ldflags # fortran because it's built with mpic++ -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-static -USE_GITHUB= yes -GH_ACCOUNT= mkoeppe +USES= fortran gmake libtool localbase:ldflags # fortran because it's built with mpic++ USE_LDCONFIG= yes +MAKEFILE= makefile + +ALL_TARGET= all-shared + +MAKE_ARGS= CFLAGS="${CFLAGS}" INCLUDEDIR=${LOCALBASE}/include LIBDIR=${LOCALBASE}/lib + LDFLAGS+= -lthr -post-stage: - @${RM} -r ${STAGEDIR}${DATADIR} +post-install: + @cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/* lib/*.so .include <bsd.port.mk> Modified: head/math/lrslib/distinfo ============================================================================== --- head/math/lrslib/distinfo Mon Sep 14 05:44:33 2020 (r548586) +++ head/math/lrslib/distinfo Mon Sep 14 05:47:50 2020 (r548587) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543994635 -SHA256 (mkoeppe-lrslib-lrslib-062+autotools-2017-03-03_GH0.tar.gz) = 23aeba557e87b3613fb93b277772c7239c68cfc08d9a6bc437a7b993b02ce5ad -SIZE (mkoeppe-lrslib-lrslib-062+autotools-2017-03-03_GH0.tar.gz) = 301464 +TIMESTAMP = 1600061470 +SHA256 (lrslib-071.tar.gz) = d3ea5636bfde3011d43c835773fabe131d9251197b6cc666a52d8caa3e1c7816 +SIZE (lrslib-071.tar.gz) = 460165 Modified: head/math/lrslib/pkg-plist ============================================================================== --- head/math/lrslib/pkg-plist Mon Sep 14 05:44:33 2020 (r548586) +++ head/math/lrslib/pkg-plist Mon Sep 14 05:47:50 2020 (r548587) @@ -1,18 +1,10 @@ -bin/2nash bin/lrs -bin/lrs1 bin/lrsnash -bin/mplrs -bin/mplrs1 -bin/plrs -bin/plrs1 -bin/plrsmp -bin/redund -bin/redund1 -bin/setnash -bin/setnash2 -include/lrsgmp.h -include/lrslib.h -lib/liblrsgmp.so -lib/liblrsgmp.so.0 -lib/liblrsgmp.so.0.0.0 +include/lrslib/lrsdriver.h +include/lrslib/lrsgmp.h +include/lrslib/lrslib.h +include/lrslib/lrslong.h +include/lrslib/lrsmp.h +lib/liblrs.so +lib/liblrs.so.1 +lib/liblrs.so.1.0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009140547.08E5lomY060267>