[feel++] 01/01: Add fix-scotch.patch
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Tue Apr 19 17:26:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository feel++.
commit 13d657768cd58c5c83ec458a527719d452a17060
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Tue Apr 19 19:25:57 2016 +0200
Add fix-scotch.patch
---
debian/changelog | 1 +
debian/patches/fix-scotch.patch | 14 ++++++++++++++
debian/patches/series | 1 +
3 files changed, 16 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 43979d9..506512c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ feel++ (1:0.101.1-1) UNRELEASED; urgency=medium
+ Remove PETSC hack on rules file.
+ Build with debug symbols.
+ Disable doxygen documentation, upstream didn't provide the api directory.
+ * debian/patches/fix-scotch.patch: fix scotch include cmake script.
-- Mattia Rizzolo <mattia at debian.org> Mon, 18 Apr 2016 15:19:40 +0000
diff --git a/debian/patches/fix-scotch.patch b/debian/patches/fix-scotch.patch
new file mode 100644
index 0000000..bb70aa1
--- /dev/null
+++ b/debian/patches/fix-scotch.patch
@@ -0,0 +1,14 @@
+Description: fix scotch find macro
+Author: Gianfranco Costamagna <locutusofborg at debian.org>
+
+--- feel++-0.101.1.orig/cmake/modules/FindScotch.cmake
++++ feel++-0.101.1/cmake/modules/FindScotch.cmake
+@@ -22,7 +22,7 @@
+ #
+ #
+
+-find_path (SCOTCH_DIR include/ptscotch.h
++find_path (SCOTCH_DIR include/scotch/ptscotch.h
+ HINTS ENV PTSCOTCH_DIR
+ PATHS
+ $ENV{PETSC_DIR}/
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..48559f1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-scotch.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feel++.git
More information about the debian-science-commits
mailing list