math/alps: Fix dependency
This commit is contained in:
parent
6354328d5f
commit
9dbcd26e18
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= alps
|
||||
DISTVERSIONPREFIX= releases/
|
||||
DISTVERSION= 2.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= coin-or-
|
||||
|
||||
|
@ -10,7 +11,8 @@ COMMENT= Abstract Library for Parallel Search (ALPS)
|
|||
LICENSE= EPL
|
||||
LICENSE_FILE= ${WRKSRC}/Alps/LICENSE
|
||||
|
||||
LIB_DEPENDS= libCoinUtils.so:math/clp
|
||||
LIB_DEPENDS= libCoinUtils.so:math/coinutils \
|
||||
libopenblas.so:math/openblas
|
||||
|
||||
USES= blaslapack gmake libtool pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
|
Loading…
Reference in a new issue