1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/math/SoPlex/Makefile
Yuri Victorovich 8b1a43a0d3 math/SoPlex: Update 6.0.3 → 6.0.4
Reported by:	portscout
2023-08-10 00:07:57 -07:00

31 lines
732 B
Makefile

PORTNAME= SoPlex
DISTVERSION= 6.0.4
CATEGORIES= math science
MASTER_SITES= http://soplex.zib.de/download/release/
DISTNAME= ${PORTNAME:tl}-${DISTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Optimization package for solving linear programming problems (LPs)
WWW= https://soplex.zib.de
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \
libgmp.so:math/gmp
USES= cmake compiler:c++14-lang tar:tgz
USE_LDCONFIG= yes
TEST_TARGET= test
PLIST_SUB= SHL4=${DISTVERSION}.0 SHL2=${DISTVERSION:R}
OPTIONS_DEFINE= MPFR
MPFR_DESC= Use MPFR for multiple-precision floating-point numbers
MPFR_CMAKE_BOOL= MPFR
MPFR_LIB_DEPENDS= libmpfr.so:math/mpfr
.include <bsd.port.mk>