From 9dbcd26e1866e4146cc8d4566227c8e7a5fb4c47 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 3 May 2021 09:33:12 -0700 Subject: [PATCH] math/alps: Fix dependency --- math/alps/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/math/alps/Makefile b/math/alps/Makefile index 5688394adb97..3e2bc5fd6a16 100644 --- a/math/alps/Makefile +++ b/math/alps/Makefile @@ -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