blob: cbb1093ded6cfef409d80118d74dbfc57c8c23bf (
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
|
PORTNAME= creme
DISTVERSION= g20210114
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
MAINTAINER= yuri@FreeBSD.org
COMMENT= Randomized thermal relaxation method for MaxFS problems
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>
|