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

Anatol Pomozov anatolik at archlinux.org
Wed Oct 7 18:30:21 UTC 2015


    Date: Wednesday, October 7, 2015 @ 20:30:21
  Author: anatolik
Revision: 143312

upgpkg: vtk 6.3.0-2

python-autobahn and python-mpi4py were just created in [community].
Use the system dependencies inistead of packing it to vtk.

Modified:
  vtk/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-07 16:45:22 UTC (rev 143311)
+++ PKGBUILD	2015-10-07 18:30:21 UTC (rev 143312)
@@ -8,13 +8,13 @@
 pkgname=vtk
 pkgver=6.3.0
 _majorver=6.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A software system for 3D computer graphics, image processing, and visualization'
 arch=('i686' 'x86_64')
 url='http://www.vtk.org/'
 license=('BSD')
 depends=('boost-libs' 'ffmpeg' 'qtwebkit' 'lesstif' 'jsoncpp')
-makedepends=('boost' 'cmake' 'java-environment' 'doxygen' 'gnuplot' 'tk' 'wget' 'python2-matplotlib' 'python2-twisted' 'python2-six' 'unixodbc' 'gdal' 'openmpi' 'mariadb')
+makedepends=('boost' 'cmake' 'java-environment' 'doxygen' 'gnuplot' 'tk' 'wget' 'python2-matplotlib' 'python2-twisted' 'python2-mpi4py' 'python2-autobahn' 'unixodbc' 'gdal' 'openmpi' 'mariadb')
 optdepends=('python2: python bindings'
             'java-runtime: java bindings'
             'tk: tcl bindings'
@@ -22,12 +22,13 @@
             'graphviz: drawing tools'
             'python2-matplotlib: for Matplotlib rendering'
             'python2-twisted: for vtkWeb'
-            'python2-six: for vtkWeb'
+            'python2-autobahn: for vtkWeb'
+            'openmpi: OpenMPI support'
+            'python2-mpi4py: OpenMPI support'
             'unixodbc'
             'gdal'
             'openmpi'
             'mariadb')
-provides=('python2-autobahn')
 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"
@@ -68,8 +69,8 @@
 
   # flags to enable using system libs
   local cmake_system_flags=""
-  # TODO: try to use system provided AUTOBAHN, XDMF2, XDMF3, GL2PS, LIBPROJ4, GLEW, MPI4PY and NETCDF
-  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA TWISTED ZOPE SIX JSONCPP; do
+  # TODO: try to use system provided XDMF2, XDMF3, GL2PS, LIBPROJ4, GLEW, NETCDF
+  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA TWISTED ZOPE SIX AUTOBAHN MPI4PY JSONCPP; do
     cmake_system_flags+="-DVTK_USE_SYSTEM_${lib}:BOOL=ON "
   done
 



More information about the arch-commits mailing list