From owner-dev-commits-ports-main@freebsd.org Mon May 3 07:06:34 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 0B712629465; Mon, 3 May 2021 07:06:34 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FYYtK60z7z4Wj2; Mon, 3 May 2021 07:06:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BFE821986F; Mon, 3 May 2021 07:06:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14376XWj083546; Mon, 3 May 2021 07:06:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14376XEh083545; Mon, 3 May 2021 07:06:33 GMT (envelope-from git) Date: Mon, 3 May 2021 07:06:33 GMT Message-Id: <202105030706.14376XEh083545@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 6db2cf51d393 - main - New port: math/bcps: Branch, Constrain, and Price Software (BiCePS) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6db2cf51d39397fa552929aabb546103f3ec95b9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2021 07:06:34 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6db2cf51d39397fa552929aabb546103f3ec95b9 commit 6db2cf51d39397fa552929aabb546103f3ec95b9 Author: Yuri Victorovich AuthorDate: 2021-05-03 06:53:40 +0000 Commit: Yuri Victorovich CommitDate: 2021-05-03 07:06:29 +0000 New port: math/bcps: Branch, Constrain, and Price Software (BiCePS) --- math/Makefile | 1 + math/bcps/Makefile | 31 +++++++++++++++++++++++++++++++ math/bcps/distinfo | 3 +++ math/bcps/pkg-descr | 5 +++++ math/bcps/pkg-plist | 18 ++++++++++++++++++ 5 files changed, 58 insertions(+) diff --git a/math/Makefile b/math/Makefile index d5a876115b76..bfa68868a903 100644 --- a/math/Makefile +++ b/math/Makefile @@ -155,6 +155,7 @@ SUBDIR += atlas SUBDIR += barvinok SUBDIR += bcal + SUBDIR += bcps SUBDIR += bitwise SUBDIR += blacs SUBDIR += blas diff --git a/math/bcps/Makefile b/math/bcps/Makefile new file mode 100644 index 000000000000..c6b42cde51f7 --- /dev/null +++ b/math/bcps/Makefile @@ -0,0 +1,31 @@ +PORTNAME= bcps +DISTVERSIONPREFIX= releases/ +DISTVERSION= 0.99.2 +CATEGORIES= math +PKGNAMEPREFIX= coin-or- + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Branch, Constrain, and Price Software (BiCePS) + +LICENSE= EPL +LICENSE_FILE= ${WRKSRC}/Bcps/LICENSE + +LIB_DEPENDS= libAlps.so:math/alps \ + libCoinUtils.so:math/coinutils \ + libopenblas.so:math/openblas + +USES= gmake libtool pkgconfig +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= coin-or +GH_PROJECT= CHiPPS-BiCePS + +GNU_CONFIGURE= yes + +INSTALL_TARGET= install-strip + +post-install: + ${RM} -r ${STAGEDIR}${PREFIX}/share + +.include diff --git a/math/bcps/distinfo b/math/bcps/distinfo new file mode 100644 index 000000000000..c5589c4796a8 --- /dev/null +++ b/math/bcps/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1620006979 +SHA256 (coin-or-CHiPPS-BiCePS-releases-0.99.2_GH0.tar.gz) = b04da42c62db9e306a51e4fc6d7751f1a12c8c932c58c40daa2702c8c55681c2 +SIZE (coin-or-CHiPPS-BiCePS-releases-0.99.2_GH0.tar.gz) = 696366 diff --git a/math/bcps/pkg-descr b/math/bcps/pkg-descr new file mode 100644 index 000000000000..7ed74c8fe7e3 --- /dev/null +++ b/math/bcps/pkg-descr @@ -0,0 +1,5 @@ +Branch, Constrain, and Price Software (BiCePS), a layer of the COIN-OR High +Performance Parallel Search framework supporting the implementation of +relaxation-based optimization algorithms. + +WWW: https://github.com/coin-or/CHiPPS-BiCePS diff --git a/math/bcps/pkg-plist b/math/bcps/pkg-plist new file mode 100644 index 000000000000..072a0852e6cf --- /dev/null +++ b/math/bcps/pkg-plist @@ -0,0 +1,18 @@ +include/coin/Bcps.h +include/coin/BcpsBranchObject.h +include/coin/BcpsBranchStrategy.h +include/coin/BcpsConfig.h +include/coin/BcpsInterface.h +include/coin/BcpsLicense.h +include/coin/BcpsMessage.h +include/coin/BcpsModel.h +include/coin/BcpsNodeDesc.h +include/coin/BcpsObject.h +include/coin/BcpsObjectPool.h +include/coin/BcpsSolution.h +include/coin/BcpsSubTree.h +include/coin/BcpsTreeNode.h +lib/libBcps.so +lib/libBcps.so.0 +lib/libBcps.so.0.0.0 +libdata/pkgconfig/bcps.pc