Date: Sun, 17 Jan 2021 01:40:18 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561781 - head/math/dune-pdelab Message-ID: <202101170140.10H1eIBm010315@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Jan 17 01:40:17 2021 New Revision: 561781 URL: https://svnweb.freebsd.org/changeset/ports/561781 Log: math/dune-pdelab: Add missing dependencies. Modified: head/math/dune-pdelab/Makefile Modified: head/math/dune-pdelab/Makefile ============================================================================== --- head/math/dune-pdelab/Makefile Sun Jan 17 01:39:23 2021 (r561780) +++ head/math/dune-pdelab/Makefile Sun Jan 17 01:40:17 2021 (r561781) @@ -3,7 +3,7 @@ PORTNAME= dune-pdelab DISTVERSIONPREFIX= v DISTVERSION= 2.6.0rc2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -19,15 +19,19 @@ DUNE_DEPENDS= dune-common>0:math/dune-common \ dune-geometry>0:math/dune-geometry \ dune-localfunctions>0:math/dune-localfunctions \ dune-typetree>0:math/dune-typetree -BUILD_DEPENDS= ${DUNE_DEPENDS} -LIB_DEPENDS= libugL.so:math/dune-uggrid \ +BUILD_DEPENDS= ${DUNE_DEPENDS} \ + ${LOCALBASE}/mpi/openmpi/lib/libmpi.so:net/openmpi +LIB_DEPENDS= libarpack.so:math/arpack-ng \ + libdunealugrid.so:math/dune-alugrid \ + libugL.so:math/dune-uggrid \ libgmp.so:math/gmp \ libmetis.so:math/metis \ libopenblas.so:math/openblas \ libsuitesparseconfig.so:math/suitesparse \ libsuperlu.so:math/superlu \ libtbb.so:devel/tbb -RUN_DEPENDS= ${DUNE_DEPENDS} +RUN_DEPENDS= ${DUNE_DEPENDS} \ + ${LOCALBASE}/mpi/openmpi/lib/libmpi.so:net/openmpi USES= cmake compiler:c++17-lang fortran pkgconfig USE_GITLAB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101170140.10H1eIBm010315>