svn commit: r483964 - head/math/vtk8

Yuri Victorovich yuri at FreeBSD.org
Sun Nov 4 08:21:23 UTC 2018


Author: yuri
Date: Sun Nov  4 08:21:21 2018
New Revision: 483964
URL: https://svnweb.freebsd.org/changeset/ports/483964

Log:
  math/vtk8: Enable MPI by default
  
  Reason: the upcoming port 'liggghts' expects MPI enabled in vtk.

Modified:
  head/math/vtk8/Makefile

Modified: head/math/vtk8/Makefile
==============================================================================
--- head/math/vtk8/Makefile	Sun Nov  4 08:19:42 2018	(r483963)
+++ head/math/vtk8/Makefile	Sun Nov  4 08:21:21 2018	(r483964)
@@ -2,7 +2,7 @@
 
 PORTNAME=	vtk
 DISTVERSION=	8.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math graphics
 MASTER_SITES=	http://www.vtk.org/files/release/${VTK_SHORT_VER}/
 PKGNAMESUFFIX=	8
@@ -40,7 +40,7 @@ DATADIR=	${PREFIX}/share/vtk-${VTK_SHORT_VER}
 
 # Options
 OPTIONS_DEFINE=	DESIGNER DOCS OSMESA EXAMPLES
-OPTIONS_DEFAULT=	QT5
+OPTIONS_DEFAULT=	MPI QT5
 OSMESA_DESC=	Use Mesa for off-screen rendering
 DESIGNER_DESC=	Build the Qt Designer plugin
 OPTIONS_SUB=	yes


More information about the svn-ports-all mailing list