Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 2020 06:13:11 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531744 - head/math/vtk6
Message-ID:  <202004150613.03F6DBEw064933@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Wed Apr 15 06:13:11 2020
New Revision: 531744
URL: https://svnweb.freebsd.org/changeset/ports/531744

Log:
  - Use openmpi3 instead of openmpi.
  
  PR:		245566
  Submitted by:	danilo@FreeBSD.org

Modified:
  head/math/vtk6/Makefile

Modified: head/math/vtk6/Makefile
==============================================================================
--- head/math/vtk6/Makefile	Wed Apr 15 04:17:09 2020	(r531743)
+++ head/math/vtk6/Makefile	Wed Apr 15 06:13:11 2020	(r531744)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vtk
 PORTVERSION=	6.2.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	math graphics
 MASTER_SITES=	http://www.vtk.org/files/release/${VTK_SHORT_VER}/
 PKGNAMESUFFIX=	6
@@ -114,8 +114,8 @@ CMAKE_ARGS+=	-DBUILD_EXAMPLES:BOOL=ON
 .endif
 
 .if ${PORT_OPTIONS:MMPI}
-LIB_DEPENDS+=	libmpi.so:net/openmpi
-CMAKE_ARGS+=	-DMPIEXEC=${LOCALBASE}/mpi/openmpi/bin/mpiexec
+LIB_DEPENDS+=	libmpi.so:net/openmpi3
+CMAKE_ARGS+=	-DMPIEXEC=${LOCALBASE}/mpi/openmpi3/bin/mpiexec
 PLIST_SUB+=	MPI=""
 .else
 PLIST_SUB+=	MPI="@comment "



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