aboutsummaryrefslogtreecommitdiff
path: root/math/alps/Makefile
blob: 623b2b1754dbbff67f7a9c9ba5b9674ef808c22e (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
PORTNAME=	alps
DISTVERSIONPREFIX=	releases/
DISTVERSION=	2.0.2
PORTREVISION=	2
CATEGORIES=	math
PKGNAMEPREFIX=	coin-or-

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Abstract Library for Parallel Search (ALPS)
WWW=		https://github.com/coin-or/CHiPPS-ALPS

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

LIB_DEPENDS=	libCoinUtils.so:math/coinutils \
		libopenblas.so:math/openblas

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

USE_GITHUB=	yes
GH_ACCOUNT=	coin-or
GH_PROJECT=	CHiPPS-ALPS

GNU_CONFIGURE=	yes

INSTALL_TARGET=	install-strip

post-install:
	${RM} -r ${STAGEDIR}${PREFIX}/share

.include <bsd.port.mk>