aboutsummaryrefslogtreecommitdiff
path: root/math/creme/Makefile
blob: 5a2abf6206bf9d65c2998061707fec961fa462d2 (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
PORTNAME=	creme
DISTVERSION=	g20210114
CATEGORIES=	math
PKGNAMEPREFIX=	coin-or-

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Randomized thermal relaxation method for MaxFS problems
WWW=		https://github.com/coin-or/Creme

LICENSE=	EPL

USES=		compiler:c++11-lang gmake libtool
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	coin-or
GH_PROJECT=	Creme
GH_TAGNAME=	ab42f19

GNU_CONFIGURE=	yes

INSTALL_TARGET=	install-strip

TEST_TARGET=	test

.include <bsd.port.mk>