[getfem] 01/05: Install getfem_arch_config.h into gmm-folder. (Closes: #872670)

Anton Gladky gladk at moszumanska.debian.org
Sun Aug 20 12:29:37 UTC 2017


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

gladk pushed a commit to branch master
in repository getfem.

commit b7753e96dccc277151bf7aee3065fc0266bede03
Author: Anton Gladky <gladk at debian.org>
Date:   Sun Aug 20 09:44:12 2017 +0200

    Install getfem_arch_config.h into gmm-folder. (Closes: #872670)
---
 debian/libgetfem++-dev.links                    |  1 +
 debian/libgmm++-dev.install                     |  1 +
 debian/patches/10_move_getfem_arch_config.patch | 18 ++++++++++++++++++
 debian/patches/series                           |  1 +
 4 files changed, 21 insertions(+)

diff --git a/debian/libgetfem++-dev.links b/debian/libgetfem++-dev.links
new file mode 100644
index 0000000..65ba756
--- /dev/null
+++ b/debian/libgetfem++-dev.links
@@ -0,0 +1 @@
+usr/include/gmm/getfem_arch_config.h  usr/include/getfem/getfem_arch_config.h
diff --git a/debian/libgmm++-dev.install b/debian/libgmm++-dev.install
index e345ed8..b45adb6 100644
--- a/debian/libgmm++-dev.install
+++ b/debian/libgmm++-dev.install
@@ -1 +1,2 @@
 usr/include/gmm/
+usr/include/getfem/getfem_arch_config.h usr/include/gmm/
diff --git a/debian/patches/10_move_getfem_arch_config.patch b/debian/patches/10_move_getfem_arch_config.patch
new file mode 100644
index 0000000..b300715
--- /dev/null
+++ b/debian/patches/10_move_getfem_arch_config.patch
@@ -0,0 +1,18 @@
+Description: move getfem_arch_config into the gmm-folder
+Author: Anton Gladky <gladk at debian.org>
+Bug-Debian: https://bugs.debian.org/872670
+Last-Update: 2017-08-20
+
+Index: getfem/src/gmm/gmm_std.h
+===================================================================
+--- getfem.orig/src/gmm/gmm_std.h
++++ getfem/src/gmm/gmm_std.h
+@@ -38,7 +38,7 @@
+ #ifndef GMM_STD_H__
+ #define GMM_STD_H__
+ 
+-#include <getfem/getfem_arch_config.h>
++#include <gmm/getfem_arch_config.h>
+ 
+ #ifndef __USE_STD_IOSTREAM
+ # define __USE_STD_IOSTREAM
diff --git a/debian/patches/series b/debian/patches/series
index f9bde1f..31a0f42 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 05_disable_failing_test.patch
 06_gcc-6.patch
 07_disable_scilab.patch
+10_move_getfem_arch_config.patch

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



More information about the debian-science-commits mailing list