Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 08:21:22 +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: r483964 - head/math/vtk8
Message-ID:  <201811040821.wA48LM4Q052144@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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