Codebase list getfem++ / 1958d46
drop debian patch 10_move_getfem_arch_config.patch deprecated, fixed upstream Drew Parsons 4 years ago
3 changed file(s) with 1 addition(s) and 19 deletion(s). Raw diff Collapse all Expand all
11
22 * Team upload.
33 * New upstream release.
4 - applies 10_move_getfem_arch_config.patch
45 * Standards-Version: 4.4.0
56 * debhelper compatibility level 12: debhelper-compat (= 12)
67 * drop Python 2: replace python-getfem++ with python3-getfem++.
+0
-18
debian/patches/10_move_getfem_arch_config.patch less more
0 Description: move getfem_arch_config into the gmm-folder
1 Author: Anton Gladky <gladk@debian.org>
2 Bug-Debian: https://bugs.debian.org/872670
3 Last-Update: 2017-08-20
4
5 Index: getfem/src/gmm/gmm_std.h
6 ===================================================================
7 --- getfem.orig/src/gmm/gmm_std.h
8 +++ getfem/src/gmm/gmm_std.h
9 @@ -38,7 +38,7 @@
10 #ifndef GMM_STD_H__
11 #define GMM_STD_H__
12
13 -#include <getfem/getfem_arch_config.h>
14 +#include <gmm/getfem_arch_config.h>
15
16 #ifndef __USE_STD_IOSTREAM
17 # define __USE_STD_IOSTREAM
11 05_disable_failing_test.patch
22 06_gcc-6.patch
33 07_disable_scilab.patch
4 10_move_getfem_arch_config.patch
54 numpy1.14.patch