From owner-svn-ports-head@freebsd.org Mon Apr 16 07:22:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D6E2F90577; Mon, 16 Apr 2018 07:22:09 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 16D9772CAE; Mon, 16 Apr 2018 07:22:09 +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 11A461A439; Mon, 16 Apr 2018 07:22:09 +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 w3G7M8ss025266; Mon, 16 Apr 2018 07:22:08 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3G7M8dq025259; Mon, 16 Apr 2018 07:22:08 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201804160722.w3G7M8dq025259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 16 Apr 2018 07:22:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467460 - in head/math: . cgl cgl/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . cgl cgl/files X-SVN-Commit-Revision: 467460 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Apr 2018 07:22:09 -0000 Author: yuri Date: Mon Apr 16 07:22:08 2018 New Revision: 467460 URL: https://svnweb.freebsd.org/changeset/ports/467460 Log: New port: math/cgl: Collection of cut generators for COIN-OR packages that use cuts Added: head/math/cgl/ head/math/cgl/Makefile (contents, props changed) head/math/cgl/distinfo (contents, props changed) head/math/cgl/files/ head/math/cgl/files/patch-Cgl_src_CglLandP_CglLandPUtils.hpp (contents, props changed) head/math/cgl/pkg-descr (contents, props changed) head/math/cgl/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon Apr 16 07:07:51 2018 (r467459) +++ head/math/Makefile Mon Apr 16 07:22:08 2018 (r467460) @@ -143,6 +143,7 @@ SUBDIR += ccmath SUBDIR += ceres-solver SUBDIR += cgal + SUBDIR += cgl SUBDIR += chaco SUBDIR += chryzodus SUBDIR += clasp Added: head/math/cgl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/cgl/Makefile Mon Apr 16 07:22:08 2018 (r467460) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= cgl +DISTVERSIONPREFIX= releases/ +DISTVERSION= 0.59.10 +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Collection of cut generators for COIN-OR packages that use cuts + +LICENSE= EPL + +LIB_DEPENDS= libblas.so:math/blas \ + libClp.so:math/clp \ + liblapack.so:math/lapack + +USES= gmake libtool pkgconfig +GNU_CONFIGURE= yes +USE_GITHUB= yes +GH_ACCOUNT= coin-or +GH_PROJECT= Cgl +USE_LDCONFIG= yes + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libCgl.so.* + +.include Added: head/math/cgl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/cgl/distinfo Mon Apr 16 07:22:08 2018 (r467460) @@ -0,0 +1,3 @@ +TIMESTAMP = 1522615098 +SHA256 (coin-or-Cgl-releases-0.59.10_GH0.tar.gz) = 2a4038dfeb00b4f4084bbe00b144b6bae4ddfe87873ac5913603af248cb3f1d4 +SIZE (coin-or-Cgl-releases-0.59.10_GH0.tar.gz) = 1255366 Added: head/math/cgl/files/patch-Cgl_src_CglLandP_CglLandPUtils.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/cgl/files/patch-Cgl_src_CglLandP_CglLandPUtils.hpp Mon Apr 16 07:22:08 2018 (r467460) @@ -0,0 +1,11 @@ +--- Cgl/src/CglLandP/CglLandPUtils.hpp.orig 2018-04-16 07:09:23 UTC ++++ Cgl/src/CglLandP/CglLandPUtils.hpp +@@ -85,7 +85,7 @@ struct Cuts + /** resize vector.*/ + void resize(unsigned int i) + { +- cuts_.resize(i, reinterpret_cast (NULL)); ++ cuts_.resize(i, nullptr); // workaround for clang-6 + } + private: + /** Stores the number of cuts.*/ Added: head/math/cgl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/cgl/pkg-descr Mon Apr 16 07:22:08 2018 (r467460) @@ -0,0 +1,5 @@ +Collection of cut generators that can be used with other COIN-OR packages +that make use of cuts, such as, among others, the linear solver Clp or the +mixed integer linear programming solvers Cbc or BCP. + +WWW: https://projects.coin-or.org/Cgl Added: head/math/cgl/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/cgl/pkg-plist Mon Apr 16 07:22:08 2018 (r467460) @@ -0,0 +1,39 @@ +include/coin/Cgl012cut.hpp +include/coin/CglAllDifferent.hpp +include/coin/CglClique.hpp +include/coin/CglConfig.h +include/coin/CglCutGenerator.hpp +include/coin/CglDuplicateRow.hpp +include/coin/CglFlowCover.hpp +include/coin/CglGMI.hpp +include/coin/CglGMIParam.hpp +include/coin/CglGomory.hpp +include/coin/CglKnapsackCover.hpp +include/coin/CglLandP.hpp +include/coin/CglLandPValidator.hpp +include/coin/CglLiftAndProject.hpp +include/coin/CglMessage.hpp +include/coin/CglMixedIntegerRounding.hpp +include/coin/CglMixedIntegerRounding2.hpp +include/coin/CglOddHole.hpp +include/coin/CglParam.hpp +include/coin/CglPreProcess.hpp +include/coin/CglProbing.hpp +include/coin/CglRedSplit.hpp +include/coin/CglRedSplit2.hpp +include/coin/CglRedSplit2Param.hpp +include/coin/CglRedSplitParam.hpp +include/coin/CglResidualCapacity.hpp +include/coin/CglSimpleRounding.hpp +include/coin/CglStored.hpp +include/coin/CglTreeInfo.hpp +include/coin/CglTwomir.hpp +include/coin/CglZeroHalf.hpp +lib/libCgl.so +lib/libCgl.so.1 +lib/libCgl.so.1.9.10 +libdata/pkgconfig/cgl.pc +share/coin/doc/Cgl/AUTHORS +share/coin/doc/Cgl/LICENSE +share/coin/doc/Cgl/README +share/coin/doc/Cgl/cgl_addlibs.txt