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

Bruno Pagani archange at archlinux.org
Sun Apr 29 11:14:36 UTC 2018


    Date: Sunday, April 29, 2018 @ 11:14:35
  Author: archange
Revision: 318455

ffmpeg 4.0 rebuild

Java 9 enforced (instead of 10) because of an issue with CMake.

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-29 11:01:55 UTC (rev 318454)
+++ PKGBUILD	2018-04-29 11:14:35 UTC (rev 318455)
@@ -7,14 +7,15 @@
 pkgname=vtk
 pkgver=8.1.0
 _majorver=8.1
-pkgrel=3
+pkgrel=4
 pkgdesc='A software system for 3D computer graphics, image processing, and visualization'
 arch=('x86_64')
 url='http://www.vtk.org/'
 license=('BSD')
 depends=('gcc-libs')
+# Build fails with jdk10-openjdk because of missing javah executable (fixed in CMake 3.11)
 makedepends=('boost' 'cmake' 'doxygen' 'ffmpeg' 'gdal' 'glew' 'gnuplot'
-             'hdf5' 'java-environment' 'jsoncpp' 'lz4'
+             'hdf5' 'java-environment=9' 'jsoncpp' 'lz4'
              'mariadb' 'netcdf' 'openmpi' 'proj' 'python2-autobahn' 'python2-constantly'
              'python2-incremental' 'python2-matplotlib'
              'python2-mpi4py' 'python2-twisted' 'qt5-base' 'qt5-tools'
@@ -64,7 +65,7 @@
 
   # flags to enable using system libs
   local cmake_system_flags=""
-  # TODO: try to use system provided XDMF2, XDMF3, NETCDF, GL2PS
+  # TODO: try to use system provided XDMF2, XDMF3, GL2PS
   # VTK fails to compile with recent netcdf-cxx package, VTK should be ported to the latest API
   # VTK does not work with XDMF2 compiled from git. TODO: make vtk compatible with system XDMF library.
   # libharu needs to be patched, see https://github.com/libharu/libharu/pull/157



More information about the arch-commits mailing list