Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2021 17:39:43 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9dbcd26e1866 - main - math/alps: Fix dependency
Message-ID:  <202105031739.143Hdhtj020354@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9dbcd26e1866e4146cc8d4566227c8e7a5fb4c47

commit 9dbcd26e1866e4146cc8d4566227c8e7a5fb4c47
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-03 16:33:12 +0000
Commit:     Yuri Victorovich <yuri@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105031739.143Hdhtj020354>