aboutsummaryrefslogtreecommitdiff
path: root/math/osiipopt/Makefile
blob: e87fba8d0e52c683f77bb1b3dd697a6750027d16 (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
PORTNAME=	osiipopt
DISTVERSIONPREFIX=	releases/
DISTVERSION=	0.1-8
PORTREVISION=	1
DISTVERSIONSUFFIX=	-gc808091
CATEGORIES=	math
PKGNAMEPREFIX=	coin-or-

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Conic solver interface for Ipopt

LICENSE=	EPL
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libblas.so:math/blas \
		libCoinUtils.so:math/coinutils \
		libipopt.so:math/ipopt \
		liblapack.so:math/lapack \
		libopenblas.so:math/openblas \
		libOsi.so:math/osi \
		libOsiConic.so:math/osi-conic

USES=		gmake libtool pkgconfig
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	aykutbulut
GH_PROJECT=	OsiIpopt

GNU_CONFIGURE=	yes

MAKE_ARGS=	FREEBSD_STAGEDIR=${STAGEDIR}

INSTALL_TARGET=	install-strip

.include <bsd.port.mk>