blob: 54d113377bcce791fbea09aa9296634c881a9b8f (
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
|
PORTNAME= zimpl
DISTVERSIONPREFIX= v
DISTVERSION= 3.7.0
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Language to translate the LP models into .lp or .mps
WWW= https://zimpl.zib.de \
https://github.com/scipopt/zimpl
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= missing make/make.linux.$${arch}.gnu.opt for other architectures
BUILD_DEPENDS= bison:devel/bison
LIB_DEPENDS= libgmp.so:math/gmp
USES= cmake tar:tgz
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= scipopt
CMAKE_ON= BUILD_SHARED_LIBS
.include <bsd.port.mk>
|