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

Bruno Pagani archange at archlinux.org
Mon Jan 29 14:00:43 UTC 2018


    Date: Monday, January 29, 2018 @ 14:00:42
  Author: archange
Revision: 287769

upgpkg: paraview 5.4.1-2

JSONCPP rebuild + use system NETCDF

Modified:
  paraview/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-29 12:49:48 UTC (rev 287768)
+++ PKGBUILD	2018-01-29 14:00:42 UTC (rev 287769)
@@ -14,7 +14,7 @@
 pkgname=${_pkg}
 #-${_mpi}
 pkgver=5.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Parallel Visualization application using VTK (${_mpi} version)"
 arch=('x86_64')
 url="https://www.paraview.org"
@@ -26,7 +26,7 @@
          'python-autobahn' 'python-zope-interface' 'python-incremental'
          'boost-libs' 'glew' 'expat' 'freetype2'
          'libjpeg' 'jsoncpp' 'libxml2' 'libtheora' 'libpng'
-         'libtiff' 'zlib' 'hdf5-openmpi' 'lz4')
+         'libtiff' 'zlib' 'hdf5-openmpi' 'lz4' 'netcdf')
 #        netcdf-cxx gl2ps libharu
 #        python-txaio python-hyperlink
 #        proj apparently not used in this VTK configuration
@@ -56,7 +56,7 @@
     # TXAIO HYPERLINK in a future VTK version
     # LIBPROJ4 apparently not used in this VTK configuration
     local VTK_USE_SYSTEM_LIB=""
-    for lib in EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA TWISTED ZOPE SIX AUTOBAHN MPI4PY JSONCPP GLEW HDF5 CONSTANTLY INCREMENTAL LZ4
+    for lib in EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA TWISTED ZOPE SIX AUTOBAHN MPI4PY JSONCPP GLEW HDF5 CONSTANTLY INCREMENTAL LZ4 NETCDF
     do
         VTK_USE_SYSTEM_LIB+="-DVTK_USE_SYSTEM_${lib}:BOOL=ON "
     done



More information about the arch-commits mailing list