Skip to content

Commit

Permalink
math/flopc++: Change dependency math/coinmp -> math/coinutils
Browse files Browse the repository at this point in the history
CoinMP has the same code but is outdated because it is not being
updated by the upstream any more.
  • Loading branch information
yurivict committed May 2, 2021
1 parent 9a0f9ac commit 8075e78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion math/flopc++/Makefile
@@ -1,5 +1,6 @@
PORTNAME= flopc++
DISTVERSION= 1.2.5
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.coin-or.org/download/pkgsource/FlopC++/
PKGNAMEPREFIX= coin-or-
Expand All @@ -11,7 +12,7 @@ COMMENT= Library for solving Linear Optimization Problems in C++
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libCoinUtils.so:math/coinmp \
LIB_DEPENDS= libCoinUtils.so:math/coinutils \
libOsi.so:math/osi

USES= gmake libtool pkgconfig tar:tgz
Expand Down

0 comments on commit 8075e78

Please sign in to comment.