git: 9dbcd26e1866 - main - math/alps: Fix dependency
Yuri Victorovich
yuri at FreeBSD.org
Mon May 3 17:39:44 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9dbcd26e1866e4146cc8d4566227c8e7a5fb4c47
commit 9dbcd26e1866e4146cc8d4566227c8e7a5fb4c47
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-03 16:33:12 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-03 17:39:38 +0000
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
More information about the dev-commits-ports-all
mailing list