blob: 830c8a18b3d48dd08b548ba4aee2236deb37cf80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= rehearse
DISTVERSION= g20190305
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
MAINTAINER= yuri@FreeBSD.org
COMMENT= Algebraic modeling library in C++ for linear optimization solvers
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libClp.so:math/clp \
libOsi.so:math/osi
USES= compiler:c++11-lang gmake libtool pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= coin-or
GH_PROJECT= Rehearse
GH_TAGNAME= 31d12f8
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-stage:
@${RM} -r ${STAGEDIR}${LOCALBASE}/share/coin
.include <bsd.port.mk>
|