git: 6db2cf51d393 - main - New port: math/bcps: Branch, Constrain, and Price Software (BiCePS)

Yuri Victorovich yuri at FreeBSD.org
Mon May 3 07:06:34 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6db2cf51d39397fa552929aabb546103f3ec95b9

commit 6db2cf51d39397fa552929aabb546103f3ec95b9
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-03 06:53:40 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
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 at 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 <bsd.port.mk>
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


More information about the dev-commits-ports-all mailing list