[SCM] Gmsh packaging. Gmsh is an automatic 3D finite element mesh generator. branch, master, updated. upstream/2.5.1_beta1_svn9373_dfsg-41-g53a12be

Anton Gladky gladky.anton at gmail.com
Wed Jul 6 20:29:03 UTC 2011


The following commit has been merged in the master branch:
commit c176e628f9d8789153b3f79fcf2158f9aa68b250
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Wed Jul 6 20:08:42 2011 +0200

    Update patch, which disables metis and tetgen.

diff --git a/debian/patches/delete_gl2ps_from_source.patch b/debian/patches/delete_gl2ps_from_source.patch
index 40ea3bc..530b6f9 100644
--- a/debian/patches/delete_gl2ps_from_source.patch
+++ b/debian/patches/delete_gl2ps_from_source.patch
@@ -1,5 +1,6 @@
-Description: delete gl2ps.* and use packaged version.
+Description: delete gl2ps and use packaged version.
 Author: Anton Gladky <gladky.anton at gmail.com>
+Last-Update: 2011-07-06
 
 --- a/Graphics/CMakeLists.txt
 +++ b/Graphics/CMakeLists.txt
diff --git a/debian/patches/switch_off_metis_and_tetgen.patch b/debian/patches/switch_off_metis_and_tetgen.patch
index cbb5917..3c8414a 100644
--- a/debian/patches/switch_off_metis_and_tetgen.patch
+++ b/debian/patches/switch_off_metis_and_tetgen.patch
@@ -1,6 +1,6 @@
 Description: Switch off some options.
 Author: Anton Gladky <gladky.anton at gmail.com>
-Last-Update: 2011-06-02
+Last-Update: 2011-07-06
 
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
@@ -10,10 +10,10 @@ Last-Update: 2011-06-02
  option(ENABLE_MESH "Build the mesh module" ON)
 -option(ENABLE_METIS "Enable Metis mesh partitioner" ON)
 +option(ENABLE_METIS "Enable Metis mesh partitioner" OFF)
+ option(ENABLE_MMG3D "Enable 3D Mobile Mesh Generation" ON)
  option(ENABLE_MPEG_ENCODE "Enable built-in MPEG encoder" ON)
  option(ENABLE_MPI "Enable MPI parallelization" OFF)
- option(ENABLE_MSVC_STATIC_RUNTIME "Use static Visual C++ runtime" OFF)
-@@ -52,8 +52,8 @@
+@@ -54,8 +54,8 @@
  option(ENABLE_SLEPC "Enable SLEPc eigensolvers" ON)
  option(ENABLE_SOLVER "Enable solver components" ON)
  option(ENABLE_SWIG "Enable swig" ON)

-- 
Gmsh packaging. Gmsh is an automatic 3D finite element mesh generator. 



More information about the debian-science-commits mailing list