freebsd-ports/math/symphony/Makefile
Yuri Victorovich 9a0f40aa2a math/symphony: update 5.7.1 → 5.7.2
Reported by:	portscout
2024-04-04 12:02:29 -07:00

37 lines
797 B
Makefile

PORTNAME= symphony
DISTVERSIONPREFIX= releases/
DISTVERSION= 5.7.2
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
MAINTAINER= yuri@FreeBSD.org
COMMENT= Solver and development framework for mixed-integer linear programs
WWW= https://github.com/coin-or/SYMPHONY
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/SYMPHONY/LICENSE
LIB_DEPENDS= libblas.so:math/blas \
libCbc.so:math/cbc \
libCgl.so:math/cgl \
libcoinasl.so:math/asl \
libcoinmumps.so:math/coin-or-mumps \
libCoinUtils.so:math/coinutils \
libopenblas.so:math/openblas \
libOsi.so:math/osi \
libClp.so:math/clp
USES= gmake libtool pkgconfig
USE_CXXSTD= c++14
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= coin-or
GH_PROJECT= ${PORTNAME:tu}
INSTALL_TARGET= install-strip
TEST_TARGET= test
.include <bsd.port.mk>