From owner-svn-ports-all@freebsd.org Mon Sep 14 05:47:51 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6C9493F3C95; Mon, 14 Sep 2020 05:47:51 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bqb472Jhrz4G72; Mon, 14 Sep 2020 05:47:51 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3412C121FB; Mon, 14 Sep 2020 05:47:51 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08E5lpIH060269; Mon, 14 Sep 2020 05:47:51 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08E5lomY060267; Mon, 14 Sep 2020 05:47:50 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202009140547.08E5lomY060267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 14 Sep 2020 05:47:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548587 - head/math/lrslib X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/lrslib X-SVN-Commit-Revision: 548587 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Sep 2020 05:47:51 -0000 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 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