[SCM] FreeFem++ packaging branch, master, updated. debian/3.17-2-7-g6bc1554

Dimitrios Eftaxiopoulos eftaxi12 at otenet.gr
Sun Feb 5 15:20:39 UTC 2012


The following commit has been merged in the master branch:
commit 6bc1554dcd2582a4785a64e3a81612799fec4b28
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Sun Feb 5 17:09:53 2012 +0200

    Build new upstream version

diff --git a/DOC/._freefem++doc.tex b/DOC/._freefem++doc.tex
deleted file mode 100644
index 3465e1d..0000000
Binary files a/DOC/._freefem++doc.tex and /dev/null differ
diff --git a/DOC/plots/._VarIneqFill.jpg b/DOC/plots/._VarIneqFill.jpg
deleted file mode 100644
index 3d4ef81..0000000
Binary files a/DOC/plots/._VarIneqFill.jpg and /dev/null differ
diff --git a/DOC/plots/._VarIneqIso.jpg b/DOC/plots/._VarIneqIso.jpg
deleted file mode 100644
index 3d4ef81..0000000
Binary files a/DOC/plots/._VarIneqIso.jpg and /dev/null differ
diff --git a/DOC/plots/._nlopttab.pdf b/DOC/plots/._nlopttab.pdf
deleted file mode 100644
index 5143905..0000000
Binary files a/DOC/plots/._nlopttab.pdf and /dev/null differ
diff --git a/debian/changelog b/debian/changelog
index b7ee40b..bee77c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freefem++ (3.18-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>  Sat, 4 Feb 2012 21:10:00 +0200
+
 freefem++ (3.17-2) unstable; urgency=low
 
   * Fix build failure on hurd-i386 architecture.
diff --git a/debian/patches/examples++-load-Makefile.patch b/debian/patches/examples++-load-Makefile.patch
index 483f9cd..537a540 100644
--- a/debian/patches/examples++-load-Makefile.patch
+++ b/debian/patches/examples++-load-Makefile.patch
@@ -2,11 +2,11 @@ Locate freefem++.pref and ignore nlopt from building
 --- a/examples++-load/Makefile.am
 +++ b/examples++-load/Makefile.am
 @@ -65,9 +65,9 @@
-         isolineP1.$(DYLIB_SUFFIX)  thresholdings.$(DYLIB_SUFFIX) \
+         isolineP1.$(DYLIB_SUFFIX) isoline.$(DYLIB_SUFFIX)  thresholdings.$(DYLIB_SUFFIX) \
          VTK_writer_3d.$(DYLIB_SUFFIX)  VTK_writer.$(DYLIB_SUFFIX) \
  	splitedges.$(DYLIB_SUFFIX) Element_Mixte.$(DYLIB_SUFFIX) \
 -	myfunction2.$(DYLIB_SUFFIX) ff-NLopt.$(DYLIB_SUFFIX)  ff-cmaes.$(DYLIB_SUFFIX)
-+	myfunction2.$(DYLIB_SUFFIX) ff-cmaes.$(DYLIB_SUFFIX)
++	myfunction2.$(DYLIB_SUFFIX)   ff-cmaes.$(DYLIB_SUFFIX)
  
 -LIST_COMPILE_PKG= 	tetgen.$(DYLIB_SUFFIX) SuperLu.$(DYLIB_SUFFIX) dfft.$(DYLIB_SUFFIX) \
 +LIST_COMPILE_PKG= 	tetgen.$(DYLIB_SUFFIX) ff-NLopt.$(DYLIB_SUFFIX) SuperLu.$(DYLIB_SUFFIX) dfft.$(DYLIB_SUFFIX) \
@@ -26,11 +26,11 @@ Locate freefem++.pref and ignore nlopt from building
 --- a/examples++-load/Makefile.in
 +++ b/examples++-load/Makefile.in
 @@ -330,9 +330,9 @@
-         isolineP1.$(DYLIB_SUFFIX)  thresholdings.$(DYLIB_SUFFIX) \
+         isolineP1.$(DYLIB_SUFFIX) isoline.$(DYLIB_SUFFIX)  thresholdings.$(DYLIB_SUFFIX) \
          VTK_writer_3d.$(DYLIB_SUFFIX)  VTK_writer.$(DYLIB_SUFFIX) \
  	splitedges.$(DYLIB_SUFFIX) Element_Mixte.$(DYLIB_SUFFIX) \
 -	myfunction2.$(DYLIB_SUFFIX) ff-NLopt.$(DYLIB_SUFFIX)  ff-cmaes.$(DYLIB_SUFFIX)
-+	myfunction2.$(DYLIB_SUFFIX) ff-cmaes.$(DYLIB_SUFFIX)
++	myfunction2.$(DYLIB_SUFFIX)  ff-cmaes.$(DYLIB_SUFFIX)
  
 -LIST_COMPILE_PKG = tetgen.$(DYLIB_SUFFIX) SuperLu.$(DYLIB_SUFFIX) dfft.$(DYLIB_SUFFIX) \
 +LIST_COMPILE_PKG = tetgen.$(DYLIB_SUFFIX) ff-NLopt.$(DYLIB_SUFFIX) SuperLu.$(DYLIB_SUFFIX) dfft.$(DYLIB_SUFFIX) \
diff --git a/debian/patches/series b/debian/patches/series
index f3d100e..953ede5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,4 @@
 examples++-load-load-link-in.patch
-examples++-load-Makefile.patch
 examples-bamg-test-dotest-pl.patch
 examples-load-WHERE-LIBRARY.patch
+examples++-load-Makefile.patch
diff --git a/download/nlopt/config.log b/download/nlopt/config.log
index ca85358..1c41166 100644
--- a/download/nlopt/config.log
+++ b/download/nlopt/config.log
@@ -3,7 +3,7 @@
 ## Running config.status. ##
 ## ---------------------- ##
 
-This file was extended by FreeFem++ config.status 3.17, which was
+This file was extended by FreeFem++ config.status 3.18, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = 
@@ -20,7 +20,7 @@ config.status:1059: creating Make.defs
 ## Running config.status. ##
 ## ---------------------- ##
 
-This file was extended by FreeFem++ config.status 3.17, which was
+This file was extended by FreeFem++ config.status 3.18, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = 
diff --git a/examples++-3d/._Laplace-Adapt-3d.edp b/examples++-3d/._Laplace-Adapt-3d.edp
deleted file mode 100644
index 494b436..0000000
Binary files a/examples++-3d/._Laplace-Adapt-3d.edp and /dev/null differ
diff --git a/examples++-3d/._beam-3d.edp b/examples++-3d/._beam-3d.edp
deleted file mode 100644
index f7a8f68..0000000
Binary files a/examples++-3d/._beam-3d.edp and /dev/null differ
diff --git a/examples++-3d/._periodic-3d.edp b/examples++-3d/._periodic-3d.edp
deleted file mode 100644
index 494b436..0000000
Binary files a/examples++-3d/._periodic-3d.edp and /dev/null differ
diff --git a/examples++-chapt3/._convects.edp b/examples++-chapt3/._convects.edp
deleted file mode 100755
index 494b436..0000000
Binary files a/examples++-chapt3/._convects.edp and /dev/null differ
diff --git a/examples++-eigen/._VP-Steklov-Poincare.edp b/examples++-eigen/._VP-Steklov-Poincare.edp
deleted file mode 100644
index 494b436..0000000
Binary files a/examples++-eigen/._VP-Steklov-Poincare.edp and /dev/null differ
diff --git a/examples++-load/._cmaes.cpp b/examples++-load/._cmaes.cpp
deleted file mode 100644
index cf206fb..0000000
Binary files a/examples++-load/._cmaes.cpp and /dev/null differ
diff --git a/examples++-load/._cmaes.h b/examples++-load/._cmaes.h
deleted file mode 100644
index cf206fb..0000000
Binary files a/examples++-load/._cmaes.h and /dev/null differ
diff --git a/examples++-load/._cmaes_interface.h b/examples++-load/._cmaes_interface.h
deleted file mode 100644
index 3d4ef81..0000000
Binary files a/examples++-load/._cmaes_interface.h and /dev/null differ
diff --git a/examples++-load/all.edp b/examples++-load/all.edp
index d1fc57f..42fe198 100644
--- a/examples++-load/all.edp
+++ b/examples++-load/all.edp
@@ -75,10 +75,6 @@ verbosity=verbosityy;
 verbosity=verbosityy;
 { include "ilut.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : isoline.edp --------------------------------------------------------" << endl;
-verbosity=verbosityy;
-{ include "isoline.edp";};
- cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : lame-TD-NSS.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
 { include "lame-TD-NSS.edp";};
diff --git a/examples++-mpi/._AddLayer2d.idp b/examples++-mpi/._AddLayer2d.idp
deleted file mode 100644
index 494b436..0000000
Binary files a/examples++-mpi/._AddLayer2d.idp and /dev/null differ
diff --git a/examples++-mpi/._AddLayer3d.idp b/examples++-mpi/._AddLayer3d.idp
deleted file mode 100644
index 494b436..0000000
Binary files a/examples++-mpi/._AddLayer3d.idp and /dev/null differ
diff --git a/examples++-mpi/._DDM-Schwarz-Lame-2d.edp b/examples++-mpi/._DDM-Schwarz-Lame-2d.edp
deleted file mode 100644
index f7a8f68..0000000
Binary files a/examples++-mpi/._DDM-Schwarz-Lame-2d.edp and /dev/null differ
diff --git a/examples++-mpi/._DDM-funcs-v2.idp b/examples++-mpi/._DDM-funcs-v2.idp
deleted file mode 100644
index e460feb..0000000
Binary files a/examples++-mpi/._DDM-funcs-v2.idp and /dev/null differ
diff --git a/examples++-mpi/._MPIGMRESmacro.idp b/examples++-mpi/._MPIGMRESmacro.idp
deleted file mode 100644
index f7a8f68..0000000
Binary files a/examples++-mpi/._MPIGMRESmacro.idp and /dev/null differ
diff --git a/examples++-mpi/._MPIplot.idp b/examples++-mpi/._MPIplot.idp
deleted file mode 100644
index 494b436..0000000
Binary files a/examples++-mpi/._MPIplot.idp and /dev/null differ
diff --git a/examples++-mpi/._chaleur3D-mumps.edp b/examples++-mpi/._chaleur3D-mumps.edp
deleted file mode 100644
index f7a8f68..0000000
Binary files a/examples++-mpi/._chaleur3D-mumps.edp and /dev/null differ
diff --git a/examples++-mpi/._chaleur3D-superludist.edp b/examples++-mpi/._chaleur3D-superludist.edp
deleted file mode 100644
index f7a8f68..0000000
Binary files a/examples++-mpi/._chaleur3D-superludist.edp and /dev/null differ
diff --git a/examples++-mpi/._getARGV.idp b/examples++-mpi/._getARGV.idp
deleted file mode 100644
index 494b436..0000000
Binary files a/examples++-mpi/._getARGV.idp and /dev/null differ
diff --git a/examples++-mpi/cmaes.o b/examples++-mpi/cmaes.o
index f5b4433..c3413d0 100644
Binary files a/examples++-mpi/cmaes.o and b/examples++-mpi/cmaes.o differ
diff --git a/examples++-tutorial/._BEM-C.edp b/examples++-tutorial/._BEM-C.edp
deleted file mode 100644
index f7a8f68..0000000
Binary files a/examples++-tutorial/._BEM-C.edp and /dev/null differ
diff --git a/examples++-tutorial/._LaplaceRT.edp b/examples++-tutorial/._LaplaceRT.edp
deleted file mode 100644
index f7a8f68..0000000
Binary files a/examples++-tutorial/._LaplaceRT.edp and /dev/null differ
diff --git a/examples++-tutorial/._NS-BackwardStep.edp b/examples++-tutorial/._NS-BackwardStep.edp
deleted file mode 100644
index f7a8f68..0000000
Binary files a/examples++-tutorial/._NS-BackwardStep.edp and /dev/null differ
diff --git a/src/femlib/._GenericMesh.hpp b/src/femlib/._GenericMesh.hpp
deleted file mode 100644
index 63e1130..0000000
Binary files a/src/femlib/._GenericMesh.hpp and /dev/null differ
diff --git a/src/femlib/._MatriceCreuse.hpp b/src/femlib/._MatriceCreuse.hpp
deleted file mode 100644
index e9604e8..0000000
Binary files a/src/femlib/._MatriceCreuse.hpp and /dev/null differ
diff --git a/src/femlib/._Mesh3dn.cpp b/src/femlib/._Mesh3dn.cpp
deleted file mode 100644
index e9604e8..0000000
Binary files a/src/femlib/._Mesh3dn.cpp and /dev/null differ
diff --git a/src/femlib/._MeshPoint.hpp b/src/femlib/._MeshPoint.hpp
deleted file mode 100644
index e9604e8..0000000
Binary files a/src/femlib/._MeshPoint.hpp and /dev/null differ
diff --git a/src/femlib/._PkLagrange.hpp b/src/femlib/._PkLagrange.hpp
deleted file mode 100644
index e9604e8..0000000
Binary files a/src/femlib/._PkLagrange.hpp and /dev/null differ
diff --git a/src/femlib/._RNM.hpp b/src/femlib/._RNM.hpp
deleted file mode 100644
index e9604e8..0000000
Binary files a/src/femlib/._RNM.hpp and /dev/null differ
diff --git a/src/femlib/._RNM_op.hpp b/src/femlib/._RNM_op.hpp
deleted file mode 100644
index 14f037e..0000000
Binary files a/src/femlib/._RNM_op.hpp and /dev/null differ
diff --git a/src/femlib/._RNM_opc.hpp b/src/femlib/._RNM_opc.hpp
deleted file mode 100644
index 14f037e..0000000
Binary files a/src/femlib/._RNM_opc.hpp and /dev/null differ
diff --git a/src/femlib/._fem.hpp b/src/femlib/._fem.hpp
deleted file mode 100644
index 63e1130..0000000
Binary files a/src/femlib/._fem.hpp and /dev/null differ
diff --git a/src/femlib/._gmres.hpp b/src/femlib/._gmres.hpp
deleted file mode 100644
index 14f037e..0000000
Binary files a/src/femlib/._gmres.hpp and /dev/null differ
diff --git a/src/fflib/._array_tlp.hpp b/src/fflib/._array_tlp.hpp
deleted file mode 100644
index e9604e8..0000000
Binary files a/src/fflib/._array_tlp.hpp and /dev/null differ
diff --git a/src/fflib/._glumesh2D.cpp b/src/fflib/._glumesh2D.cpp
deleted file mode 100755
index e9604e8..0000000
Binary files a/src/fflib/._glumesh2D.cpp and /dev/null differ
diff --git a/src/fflib/._problem.cpp b/src/fflib/._problem.cpp
deleted file mode 100644
index e9604e8..0000000
Binary files a/src/fflib/._problem.cpp and /dev/null differ
diff --git a/src/mpi/._parallelempi.cpp b/src/mpi/._parallelempi.cpp
deleted file mode 100644
index e9604e8..0000000
Binary files a/src/mpi/._parallelempi.cpp and /dev/null differ

-- 
FreeFem++ packaging



More information about the debian-science-commits mailing list