mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
math/alps: Fix dependency
This commit is contained in:
parent
6354328d5f
commit
9dbcd26e18
@ -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 New Issue
Block a user