[arch-commits] Commit in vtk/trunk (PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Thu Dec 4 00:23:53 UTC 2014


    Date: Thursday, December 4, 2014 @ 01:23:52
  Author: aginiewicz
Revision: 123426

upgpkg: vtk 6.1.0-3

vtk: enable more optional modules, see FS#42996

Modified:
  vtk/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-03 23:10:01 UTC (rev 123425)
+++ PKGBUILD	2014-12-04 00:23:52 UTC (rev 123426)
@@ -11,18 +11,22 @@
 pkgname=vtk
 pkgver=6.1.0
 _majorver=6.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A software system for 3D computer graphics, image processing, and visualization.'
 arch=('i686' 'x86_64')
 url='http://www.vtk.org/'
 license=('BSD')
-depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qt5-base' 'lesstif' 'mariadb' 'hdf5' 'libgl')
-makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'python2' 'tk' 'wget')
+depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qt5-tools' 'lesstif' 'mariadb' 'hdf5' 'libgl')
+makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'python2' 'tk' 'wget' 'python2-matplotlib' 'openmpi' 'gdal' 'unixodbc')
 optdepends=('python2: python bindings'
             'java-runtime: java bindings'
             'tk: tcl bindings'
             'gnuplot: plotting tools'
-            'graphviz: drawing tools')
+            'graphviz: drawing tools'
+            'openmpi: parallel support'
+            'gdal: module IO/GDAL'
+            'unixodbc: module IO/ODBC'
+            'python2-matplotlib: for Matplotlib rendering')
 source=("http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz"
         "http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz"
         "http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz"
@@ -74,6 +78,9 @@
     -DDOCUMENTATION_HTML_TARZ:BOOL=ON \
     -DBUILD_EXAMPLES:BOOL=ON \
     -DVTK_USE_FFMPEG_ENCODER:BOOL=ON \
+    -DVTK_BUILD_ALL_MODULES:BOOL=ON \
+    -DVTK_USE_LARGE_DATA:BOOL=ON \
+    -DVTK_QT_VERSION:STRING="5" \
     -DVTK_WRAP_JAVA:BOOL=ON \
     -DVTK_WRAP_PYTHON:BOOL=ON \
     -DVTK_WRAP_TCL:BOOL=ON \



More information about the arch-commits mailing list