Skip to content

Commit

Permalink
math/cgl: Add missing dependencies and LICENSE_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed May 12, 2021
1 parent edae1a6 commit d2ff211
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions math/cgl/Makefile
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
PORTNAME= cgl
DISTVERSIONPREFIX= releases/
DISTVERSION= 0.60.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math
PKGNAMEPREFIX= coin-or-

MAINTAINER= yuri@FreeBSD.org
COMMENT= Collection of cut generators for COIN-OR packages that use cuts

LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/Cgl/LICENSE

LIB_DEPENDS= libblas.so:math/blas \
LIB_DEPENDS= libcoinasl.so:math/asl \
libblas.so:math/blas \
libcoinmetis.so:math/ipopt \
libCoinUtils.so:math/coinutils \
libClp.so:math/clp \
libopenblas.so:math/openblas
libopenblas.so:math/openblas \
libOsi.so:math/osi

USES= compiler:c++11-lang gmake libtool pkgconfig
USE_LDCONFIG= yes
Expand Down

0 comments on commit d2ff211

Please sign in to comment.