diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-05-22 16:30:35 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-05-22 19:01:22 +0000 |
commit | bf43f2fad3909dee670abadc54110fb2017013e9 (patch) | |
tree | 869e525521cf11aaf642e27832612f50516faa91 | |
parent | 466e7b8f7e78d1ad56749261fd60b899676241ae (diff) |
math/dune-common: Add dependency
-rw-r--r-- | math/dune-common/Makefile | 7 |
1 files 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 |