vtk: rebuild with internal proj

proj-6.0.0 had some non trivial changes that are not fast to patch so
use internal one for now
This commit is contained in:
John 2019-05-12 17:17:53 +02:00
parent 75895b384d
commit 92e5ec877e
No known key found for this signature in database
GPG key ID: 778558807E4FFC55

View file

@ -1,7 +1,7 @@
# Template file for 'vtk'
pkgname=vtk
version=8.2.0
revision=2
revision=3
wrksrc=VTK-${version}
build_style=cmake
# vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
@ -10,7 +10,8 @@ configure_args="-DBUILD_SHARED_LIBS=ON -DVTK_USE_SYSTEM_LIBRARIES=ON
-DVTK_FORBID_DOWNLOADS=ON
-DVTK_Group_StandAlone=ON
-DModule_vtkIOMPIParallel=ON
-DModule_vtkParallelMPI=ON"
-DModule_vtkParallelMPI=ON
-DVTK_USE_SYSTEM_LIBPROJ=OFF"
# fails, so use built-in
# vtk needs specific libharu patches:
@ -27,7 +28,7 @@ configure_args+=" -DVTK_USE_SYSTEM_NETCDFCPP=OFF"
configure_args+=" -DVTK_USE_SYSTEM_GL2PS=OFF"
makedepends="zlib-devel freetype-devel liblz4-devel expat-devel MesaLib-devel
libXt-devel libjpeg-turbo-devel tiff-devel proj-devel hdf5-devel netcdf-devel
libXt-devel libjpeg-turbo-devel tiff-devel hdf5-devel netcdf-devel
libxml2-devel jsoncpp-devel openmpi-devel libogg-devel libtheora-devel
eigen double-conversion-devel glew-devel pugixml-devel sqlite-devel"