1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

math/couenne: Add missing dependencies

This commit is contained in:
Yuri Victorovich 2021-05-03 11:58:42 -07:00
parent 6ae00aea2c
commit 92e4b68914

View File

@ -1,7 +1,7 @@
PORTNAME= couenne
DISTVERSIONPREFIX= releases/
DISTVERSION= 0.5.8
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
@ -16,7 +16,9 @@ LIB_DEPENDS= libbonmin.so:math/bonmin \
libCbc.so:math/cbc \
libCgl.so:math/cgl \
libClp.so:math/clp \
libipopt.so:math/ipopt
libCoinUtils.so:math/coinutils \
libipopt.so:math/ipopt \
libopenblas.so:math/openblas
USES= blaslapack:netlib fortran gmake libtool pkgconfig
USE_LDCONFIG= yes