[vtk7] 07/24: update 80_fix_arm_compilation.patch
Gert Wollny
gewo at moszumanska.debian.org
Sun Jul 9 08:00:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
gewo pushed a commit to branch master
in repository vtk7.
commit f09483aa6b5abd0509ecb2e24558e17046f2aa78
Author: Gert Wollny <gewo at debian.org>
Date: Sat Jul 8 10:20:32 2017 +0000
update 80_fix_arm_compilation.patch
---
debian/patches/80_fix_arm_compilation.patch | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/debian/patches/80_fix_arm_compilation.patch b/debian/patches/80_fix_arm_compilation.patch
index cf5bcb0..70256a8 100644
--- a/debian/patches/80_fix_arm_compilation.patch
+++ b/debian/patches/80_fix_arm_compilation.patch
@@ -5,19 +5,21 @@ Author: Anton Gladky <gladk at debian.org>
Bug-Debian: https://bugs.debian.org/793304
Last-Update: 2015-07-29
-Index: VTK-6.3.0/Examples/Infovis/Cxx/CMakeLists.txt
-===================================================================
---- VTK-6.3.0.orig/Examples/Infovis/Cxx/CMakeLists.txt
-+++ VTK-6.3.0/Examples/Infovis/Cxx/CMakeLists.txt
-@@ -26,11 +26,6 @@ if(vtkViewsInfovis_LOADED)
+--- a/Examples/Infovis/Cxx/CMakeLists.txt
++++ b/Examples/Infovis/Cxx/CMakeLists.txt
+@@ -48,15 +48,6 @@
+ target_link_LIBRARIES(MultiView ${VTK_LIBRARIES})
endif()
- # If Qt is enabled include the QT based examples
--if(vtkGUISupportQt_LOADED)
+-# If Qt is enabled include the QT based examples
+-if(vtkGUISupportQt_LOADED AND vtkViewsQt_LOADED)
- add_subdirectory(EasyView)
- add_subdirectory(CustomLinkView)
-- add_subdirectory(StatsView)
+- if(vtkIOSQL_LOADED)
+- add_subdirectory(StatsView)
+- endif()
-endif()
-
+-
if(vtkInfovisParallel_LOADED)
add_executable(ParallelBFS ParallelBFS.cxx)
+ find_package(MPI REQUIRED)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vtk7.git
More information about the debian-science-commits
mailing list