aboutsummaryrefslogtreecommitdiff
path: root/math/symphony/Makefile
blob: a1f17d6c353aab1a26eb9b762aab869866f0634b (plain) (blame)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
PORTNAME=	symphony
DISTVERSIONPREFIX=	releases/
DISTVERSION=	5.7.3
CATEGORIES=	math
PKGNAMEPREFIX=	coin-or-

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Solver and development framework for mixed-integer linear programs
WWW=		https://github.com/coin-or/SYMPHONY

LICENSE=	EPL
LICENSE_FILE=	${WRKSRC}/SYMPHONY/LICENSE

LIB_DEPENDS=	libblas.so:math/blas \
		libCbc.so:math/cbc \
		libCgl.so:math/cgl \
		libcoinasl.so:math/asl \
		libcoinmumps.so:math/coin-or-mumps \
		libCoinUtils.so:math/coinutils \
		libopenblas.so:math/openblas \
		libOsi.so:math/osi \
		libClp.so:math/clp

USES=		gmake libtool pkgconfig
USE_CXXSTD=	c++14
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	coin-or
GH_PROJECT=	${PORTNAME:tu}

INSTALL_TARGET=	install-strip
TEST_TARGET=	test

# tests as og 5.7.3:
# Severity NOTE      :    0  thereof expected:    0
# Severity PASSED    :  683  thereof expected:    0
# Severity WARNING   :    0  thereof expected:    0
# Severity ERROR     :    0  thereof expected:    0

.include <bsd.port.mk>