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

Bruno Pagani archange at archlinux.org
Thu May 3 10:14:26 UTC 2018


    Date: Thursday, May 3, 2018 @ 10:14:25
  Author: archange
Revision: 318819

Rebuild with latest java now that CMake 3.11 landed

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-03 09:07:38 UTC (rev 318818)
+++ PKGBUILD	2018-05-03 10:14:25 UTC (rev 318819)
@@ -7,15 +7,14 @@
 pkgname=vtk
 pkgver=8.1.0
 _majorver=8.1
-pkgrel=4
+pkgrel=5
 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=9' 'jsoncpp' 'lz4'
+             'hdf5' 'java-environment' 'jsoncpp' 'lz4'
              'mariadb' 'netcdf' 'openmpi' 'proj' 'python2-autobahn' 'python2-constantly'
              'python2-incremental' 'python2-matplotlib'
              'python2-mpi4py' 'python2-twisted' 'qt5-base' 'qt5-tools'



More information about the arch-commits mailing list