svn commit: r531744 - head/math/vtk6

Stephen Montgomery-Smith stephen at FreeBSD.org
Wed Apr 15 06:13:12 UTC 2020


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 at 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 "


More information about the svn-ports-head mailing list