diff options
author | yuri <yuri@FreeBSD.org> | 2018-11-04 16:21:21 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-11-04 16:21:21 +0800 |
commit | c62cc2fda8d55be3f78128e8f07b6dbbe5a8b6c9 (patch) | |
tree | 5f29cddcc08c07ea47585190d4cd0fbd51f15eea /math | |
parent | 4a7626f467eb150859a82e30bb094d162ed80804 (diff) | |
download | freebsd-ports-gnome-c62cc2fda8d55be3f78128e8f07b6dbbe5a8b6c9.tar.gz freebsd-ports-gnome-c62cc2fda8d55be3f78128e8f07b6dbbe5a8b6c9.tar.zst freebsd-ports-gnome-c62cc2fda8d55be3f78128e8f07b6dbbe5a8b6c9.zip |
math/vtk8: Enable MPI by default
Reason: the upcoming port 'liggghts' expects MPI enabled in vtk.
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/vtk8/Makefile b/math/vtk8/Makefile index 165cde8954ee..0c3a518be7ae 100644 --- a/math/vtk8/Makefile +++ b/math/vtk8/Makefile @@ -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 |