[SCM] FreeFem++ packaging branch, experimental, updated. debian/3.20-1-13-gbd0dac0
Christophe Trophime
christrophime at googlemail.com
Mon Feb 11 12:32:21 UTC 2013
The following commit has been merged in the experimental branch:
commit ff3d8ae74fe99b2c6c178ff9fe10d4a78fc23c56
Author: Christophe Trophime <christrophime at googlemail.com>
Date: Mon Feb 11 13:27:12 2013 +0100
add patch for properly build examples++-load
diff --git a/debian/patches/examples++-load.patch b/debian/patches/examples++-load.patch
new file mode 100644
index 0000000..0fdfb6e
--- /dev/null
+++ b/debian/patches/examples++-load.patch
@@ -0,0 +1,83 @@
+Index: freefem++-3.20/examples++-load/ff-Ipopt.cpp
+===================================================================
+--- freefem++-3.20.orig/examples++-load/ff-Ipopt.cpp 2013-02-08 15:07:48.000000000 +0100
++++ freefem++-3.20/examples++-load/ff-Ipopt.cpp 2013-02-08 15:20:39.000000000 +0100
+@@ -23,7 +23,11 @@
+ along with Freefem++; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+-//ff-c++-LIBRARY-dep: Ipopt mumps-seq blas libseq fc
++//ff-c++-LIBRARY-dep: Ipopt
++
++#ifndef HAVE_CSTDDEF
++#define HAVE_CSTDDEF
++#endif
+
+ using namespace std;
+ #include "IpTNLP.hpp"
+Index: freefem++-3.20/examples++-load/MUMPS_seq.cpp
+===================================================================
+--- freefem++-3.20.orig/examples++-load/MUMPS_seq.cpp 2013-02-08 15:07:48.000000000 +0100
++++ freefem++-3.20/examples++-load/MUMPS_seq.cpp 2013-02-08 15:20:39.000000000 +0100
+@@ -25,7 +25,7 @@
+ */
+
+ // for automatic compilation with ff-c++
+-//ff-c++-LIBRARY-dep: mumps-seq blas libseq fc pthread
++//ff-c++-LIBRARY-dep: mumps_seq blas fc pthread
+ //ff-c++-cpp-dep:
+ //
+ // F. Hecht december 2011
+Index: freefem++-3.20/examples++-load/mmg3d-v4.0.cpp
+===================================================================
+--- freefem++-3.20.orig/examples++-load/mmg3d-v4.0.cpp 2013-02-08 15:07:48.000000000 +0100
++++ freefem++-3.20/examples++-load/mmg3d-v4.0.cpp 2013-02-08 15:20:39.000000000 +0100
+@@ -10,7 +10,7 @@
+
+ //
+ // for automatic compilation with ff-c++
+-//ff-c++-LIBRARY-dep: mmg3d-v4
++//ff-c++-LIBRARY-dep: mmg3d_v4
+ //ff-c++-cpp-dep:
+ //
+
+Index: freefem++-3.20/examples++-load/SuperLu.cpp
+===================================================================
+--- freefem++-3.20.orig/examples++-load/SuperLu.cpp 2013-02-08 15:07:48.000000000 +0100
++++ freefem++-3.20/examples++-load/SuperLu.cpp 2013-02-08 15:21:36.000000000 +0100
+@@ -1,7 +1,7 @@
+ // for automatic compilation with ff-c++
+-//ff-c++-LIBRARY-dep: superlu blas
++//ff-c++-LIBRARY-dep: Superlu4 blas
+ //ff-c++-cpp-dep:
+-// for Super4.0 library
++// for Super4.0 library
+ #include "ff++.hpp"
+ /*
+ #include <iostream>
+Index: freefem++-3.20/examples++-load/mshmet.cpp
+===================================================================
+--- freefem++-3.20.orig/examples++-load/mshmet.cpp 2013-02-08 15:07:48.000000000 +0100
++++ freefem++-3.20/examples++-load/mshmet.cpp 2013-02-08 15:21:58.000000000 +0100
+@@ -8,7 +8,7 @@
+ // E-MAIL : jacques.morice at ann.jussieu.fr
+ //
+ // for automatic compilation with ff-c++
+-//ff-c++-LIBRARY-dep: mshmet libMesh
++//ff-c++-LIBRARY-dep: mshmet
+ //ff-c++-cpp-dep:
+ //
+
+Index: freefem++-3.20/examples++-load/freeyams.cpp
+===================================================================
+--- freefem++-3.20.orig/examples++-load/freeyams.cpp 2012-10-18 13:07:39.000000000 +0200
++++ freefem++-3.20/examples++-load/freeyams.cpp 2013-02-08 15:20:57.000000000 +0100
+@@ -8,7 +8,7 @@
+ // E-MAIL : jacques.morice at ann.jussieu.fr
+ //
+ // for automatic compilation with ff-c++
+-//ff-c++-LIBRARY-dep: freeyams libMesh
++//ff-c++-LIBRARY-dep: freeyams
+ //ff-c++-cpp-dep:
+ //
+
--
FreeFem++ packaging
More information about the debian-science-commits
mailing list