blob: a5d8fc0dcc7c145d3862259490066275a58e8ee1 (
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= scipoptsuite
DISTVERSION= 9.2.1
CATEGORIES= math
MASTER_SITES= https://scipopt.org/download/release/
MAINTAINER= yuri@FreeBSD.org
COMMENT= SCIP Optimization Suite
WWW= https://scipopt.org/
LICENSE= GPLv3
BUILD_DEPENDS= ${LOCALBASE}/include/boost/variant.hpp:devel/boost-libs
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \
libgmp.so:math/gmp \
libgsl.so:math/gsl \
libipopt.so:math/ipopt \
libmpfr.so:math/mpfr \
libtbb.so:devel/onetbb
USES= bison cmake compiler:c++14-lang mpi:openmpi pkgconfig readline tar:tgz
USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
.include <bsd.port.mk>
|