diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-03 06:53:40 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-03 07:06:29 +0000 |
| commit | 6db2cf51d39397fa552929aabb546103f3ec95b9 (patch) | |
| tree | f9d5a34221986805dc531e43ae960badb33f32b0 | |
| parent | b01be4b488b4b4a0cf39acffd66742ef38898a6a (diff) | |
New port: math/bcps: Branch, Constrain, and Price Software (BiCePS)
| -rw-r--r-- | math/Makefile | 1 | ||||
| -rw-r--r-- | math/bcps/Makefile | 31 | ||||
| -rw-r--r-- | math/bcps/distinfo | 3 | ||||
| -rw-r--r-- | math/bcps/pkg-descr | 5 | ||||
| -rw-r--r-- | math/bcps/pkg-plist | 18 |
5 files changed, 58 insertions, 0 deletions
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 <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 |
