mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
26 lines
632 B
Makefile
26 lines
632 B
Makefile
PORTNAME= scipoptsuite
|
|
DISTVERSION= 9.1.1
|
|
PORTREVISION= 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>
|