Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Oct 2022 22:31:05 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: ed69f5862e3f - main - math/vtk9: Fix mismatch in MPI dependency
Message-ID:  <202210202231.29KMV5BQ048456@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=ed69f5862e3f322a32eda4fdb62100d2792419a4

commit ed69f5862e3f322a32eda4fdb62100d2792419a4
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-10-20 22:29:47 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-10-20 22:31:03 +0000

    math/vtk9: Fix mismatch in MPI dependency
    
    Reported by:    cmt@
---
 math/vtk9/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/math/vtk9/Makefile b/math/vtk9/Makefile
index 79f86663ec6f..bfd29082a0a7 100644
--- a/math/vtk9/Makefile
+++ b/math/vtk9/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	vtk
 DISTVERSION=	9.1.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	math graphics
 MASTER_SITES=	https://vtk.org/files/release/${VTK_SHORT_VER}/
 PKGNAMESUFFIX=	9
@@ -77,7 +77,9 @@ DESIGNER_USE=		QT=designer
 DESIGNER_IMPLIES=	QT5
 
 MPI_CMAKE_BOOL=		VTK_USE_MPI
-MPI_LIB_DEPENDS=	libmpi.so:net/mpich
+#MPI_USES=		mpi:openmpi # fails, needs investigation: The following options helpers are incorrectly set after bsd.port.options.mk and are ineffective: MPI_CFLAGS MPI_LIBS
+MPI_BUILD_DEPENDS=	openmpi>0:net/openmpi
+MPI_RUN_DEPENDS=	openmpi>0:net/openmpi
 MPI_CMAKE_ON=		-DMPIEXEC=${LOCALBASE}/mpi/openmpi/bin/mpiexec
 
 OSMESA_CMAKE_ON=	-DVTK_OPENGL_HAS_OSMESA:BOOL=ON \



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