[yade] 06/07: Remove FindVTK from cmake. (Closes: #788372)

Anton Gladky gladk at moszumanska.debian.org
Mon Jun 15 04:43:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository yade.

commit d00d8122ac16b823fb919ab29f3d8f0340426f6c
Author: Anton Gladky <gladk at debian.org>
Date:   Fri Jun 12 18:41:23 2015 +0200

    Remove FindVTK from cmake. (Closes: #788372)
---
 debian/patches/02_fix_cmake_findvtk.patch | 22 ++++++++++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/02_fix_cmake_findvtk.patch b/debian/patches/02_fix_cmake_findvtk.patch
new file mode 100644
index 0000000..ab0fad0
--- /dev/null
+++ b/debian/patches/02_fix_cmake_findvtk.patch
@@ -0,0 +1,22 @@
+From 9a889bdb518a5a0e5a8caa97fd1c6a4c4942ee08 Mon Sep 17 00:00:00 2001
+From: Timothy Povall <timpovall at gmail.com>
+Date: Fri, 12 Jun 2015 15:05:43 +0200
+Subject: [PATCH] Removed line calling FindVTK.cmake, as this file no longer
+ exists
+
+---
+ CMakeLists.txt | 1 -
+ 1 file changed, 1 deletion(-)
+
+Index: yade/CMakeLists.txt
+===================================================================
+--- yade.orig/CMakeLists.txt
++++ yade/CMakeLists.txt
+@@ -30,7 +30,6 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_S
+ INCLUDE(FindPythonInterp)
+ INCLUDE(FindOpenMP)
+ INCLUDE(FindQt4)
+-INCLUDE(FindVTK)
+ INCLUDE(FindPkgConfig)
+ INCLUDE(GetVersion)
+ INCLUDE(FindOpenGL)
diff --git a/debian/patches/series b/debian/patches/series
index b4e6505..ca049af 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01_remove_google_analytics.patch
+02_fix_cmake_findvtk.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yade.git



More information about the debian-science-commits mailing list