Date: Sun, 22 May 2022 19:01:26 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: bf43f2fad390 - main - math/dune-common: Add dependency Message-ID: <202205221901.24MJ1Q4f092622@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=bf43f2fad3909dee670abadc54110fb2017013e9 commit bf43f2fad3909dee670abadc54110fb2017013e9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-05-22 16:30:35 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-05-22 19:01:22 +0000 math/dune-common: Add dependency --- math/dune-common/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/math/dune-common/Makefile b/math/dune-common/Makefile index 080cc383d90c..563544376df4 100644 --- a/math/dune-common/Makefile +++ b/math/dune-common/Makefile @@ -1,7 +1,7 @@ PORTNAME= dune-common DISTVERSIONPREFIX= v DISTVERSION= 2.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -10,8 +10,9 @@ COMMENT= DUNE framework: Build system, infrastructure and foundation classes LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.md -BUILD_DEPENDS= openmpi>0:net/openmpi \ - vc>0:devel/vc +BUILD_DEPENDS= metis>0:math/metis \ + openmpi>0:net/openmpi \ + vc>0:devel/vc # Metis isn't used, see https://gitlab.dune-project.org/core/dune-common/-/issues/306 LIB_DEPENDS= libopenblas.so:math/openblas \ libtbb.so:devel/onetbb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205221901.24MJ1Q4f092622>