[liggghts] 01/02: Remove some components for VTK, which are not available in Jessie

Anton Gladky gladk at moszumanska.debian.org
Tue Jan 26 21:42:37 UTC 2016


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

gladk pushed a commit to branch jessie-backports
in repository liggghts.

commit 1771c6846d7b8744ce37b606b38c1a0841a2788c
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Jan 26 21:07:23 2016 +0100

    Remove some components for VTK, which are not available in Jessie
---
 debian/patches/01_add_cmake_files.patch | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/patches/01_add_cmake_files.patch b/debian/patches/01_add_cmake_files.patch
index 97a7eca..1483890 100644
--- a/debian/patches/01_add_cmake_files.patch
+++ b/debian/patches/01_add_cmake_files.patch
@@ -1,11 +1,11 @@
 Description: adds cmake files. Will hopefully be accepted by upstream.
 Author: Anton Gladky <gladk at debian.org>
-Last-Update: 2015-06-22
+Last-Update: 2016-01-26
 
-Index: LIGGGHTS-PUBLIC-3.3.1/CMakeLists.txt
+Index: liggghts/CMakeLists.txt
 ===================================================================
 --- /dev/null
-+++ LIGGGHTS-PUBLIC-3.3.1/CMakeLists.txt
++++ liggghts/CMakeLists.txt
 @@ -0,0 +1,87 @@
 +# ENABLE_PACKAGE: enable PACKAGE-modules (OFF by default)
 +# ENABLE_PACKAGEUSER: enable PACKAGEUSER-modules (OFF by default)
@@ -29,7 +29,7 @@ Index: LIGGGHTS-PUBLIC-3.3.1/CMakeLists.txt
 +
 +INCLUDE(GNUInstallDirs)
 +INCLUDE(FindPythonLibs)
-+FIND_PACKAGE(VTK COMPONENTS vtkChartsCore vtkViewsContext2D vtkCommonCore vtkIOImage vtkIOXML vtkRenderingOpenGL  vtkIOLegacy vtkIOParallelXML)
++FIND_PACKAGE(VTK COMPONENTS vtkCommonCore vtkIOImage vtkIOXML vtkIOLegacy)
 +INCLUDE(${VTK_USE_FILE})
 +IF(VTK_FOUND)
 +  IF(${VTK_MAJOR_VERSION} EQUAL 6)
@@ -94,10 +94,10 @@ Index: LIGGGHTS-PUBLIC-3.3.1/CMakeLists.txt
 +INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/src)
 +
 +ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/src")
-Index: LIGGGHTS-PUBLIC-3.3.1/src/CMakeLists.txt
+Index: liggghts/src/CMakeLists.txt
 ===================================================================
---- LIGGGHTS-PUBLIC-3.3.1.orig/src/CMakeLists.txt
-+++ LIGGGHTS-PUBLIC-3.3.1/src/CMakeLists.txt
+--- liggghts.orig/src/CMakeLists.txt
++++ liggghts/src/CMakeLists.txt
 @@ -1,115 +1,57 @@
 -PROJECT(LIGGGHTS C CXX)
 -CMAKE_MINIMUM_REQUIRED(VERSION 2.8)

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



More information about the debian-science-commits mailing list