1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/math/disco/Makefile
Yuri Victorovich ec6283ede7 math/nauty: Update 27r1 -> 27r3
PR:		258237
Approved by:	moritz@schmi.tt (maintainer)
2021-09-20 14:34:21 -07:00

45 lines
965 B
Makefile

PORTNAME= disco
DISTVERSIONPREFIX= releases/
DISTVERSION= 1.0.0-33
PORTREVISION= 1
DISTVERSIONSUFFIX= -g68720be
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
MAINTAINER= yuri@FreeBSD.org
COMMENT= Discrete Conic Optimization Solver
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/lib/libnauty.a:math/nauty
LIB_DEPENDS= libAlps.so:math/alps \
libBcps.so:math/bcps \
libblas.so:math/blas \
libbonmin.so:math/bonmin \
libCbc.so:math/cbc \
libCgl.so:math/cgl \
libCglConic.so:math/cgl-conic \
libClp.so:math/clp \
libcoinasl.so:math/asl \
libCoinUtils.so:math/coinutils \
libipopt.so:math/ipopt \
liblapack.so:math/lapack \
libopenblas.so:math/openblas \
libOsi.so:math/osi \
libOsiConic.so:math/osi-conic \
libOsiIpopt.so:math/osiipopt
USES= gmake libtool pkgconfig
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= coin-or
GH_PROJECT= DisCO
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>