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:
parent
75895b384d
commit
92e5ec877e
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vtk'
|
# Template file for 'vtk'
|
||||||
pkgname=vtk
|
pkgname=vtk
|
||||||
version=8.2.0
|
version=8.2.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=VTK-${version}
|
wrksrc=VTK-${version}
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
# vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
|
# 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_FORBID_DOWNLOADS=ON
|
||||||
-DVTK_Group_StandAlone=ON
|
-DVTK_Group_StandAlone=ON
|
||||||
-DModule_vtkIOMPIParallel=ON
|
-DModule_vtkIOMPIParallel=ON
|
||||||
-DModule_vtkParallelMPI=ON"
|
-DModule_vtkParallelMPI=ON
|
||||||
|
-DVTK_USE_SYSTEM_LIBPROJ=OFF"
|
||||||
|
|
||||||
# fails, so use built-in
|
# fails, so use built-in
|
||||||
# vtk needs specific libharu patches:
|
# vtk needs specific libharu patches:
|
||||||
|
@ -27,7 +28,7 @@ configure_args+=" -DVTK_USE_SYSTEM_NETCDFCPP=OFF"
|
||||||
configure_args+=" -DVTK_USE_SYSTEM_GL2PS=OFF"
|
configure_args+=" -DVTK_USE_SYSTEM_GL2PS=OFF"
|
||||||
|
|
||||||
makedepends="zlib-devel freetype-devel liblz4-devel expat-devel MesaLib-devel
|
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
|
libxml2-devel jsoncpp-devel openmpi-devel libogg-devel libtheora-devel
|
||||||
eigen double-conversion-devel glew-devel pugixml-devel sqlite-devel"
|
eigen double-conversion-devel glew-devel pugixml-devel sqlite-devel"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue