summaryrefslogtreecommitdiff
path: root/math/scipoptsuite/Makefile
blob: f9852d9247098c980337de1f48f69edc4e6666ac (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
PORTNAME=	scipoptsuite
DISTVERSION=	9.1.0
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=	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>