[SCM] Gmsh packaging. Gmsh is an automatic 3D finite element mesh generator. branch, master, updated. upstream/2.5.1_beta2_svn11301_dfsg-131-g4295c51

Anton Gladky gladky.anton at gmail.com
Sun Mar 11 20:51:36 UTC 2012


The following commit has been merged in the master branch:
commit dc55a251e4a22a5d47c690e40eb96fea1c4264e4
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Sun Mar 11 21:40:38 2012 +0100

    Remove use_tetgen.patch. Was applied by upstream.

diff --git a/debian/patches/series b/debian/patches/series
index 25a5633..aeaaa54 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,7 +2,6 @@ change_shared_library_name.patch
 skip_license_file.patch
 fix_spelling_errors.patch
 delete_gl2ps_from_source.patch
-use_tetgen.patch
 use_mmg3d.patch
 use_gmm.patch
 use_libann.patch
diff --git a/debian/patches/use_tetgen.patch b/debian/patches/use_tetgen.patch
deleted file mode 100644
index e0cb8e3..0000000
--- a/debian/patches/use_tetgen.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: Enable tetgen on systems, where it is available. 
- Needs package-rebuilding.
-Author: Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>
-Reviewed-by: Anton Gladky <gladky.anton at gmail.com>
-Last-Update: 2012-01-05
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -568,6 +568,18 @@
-     message("WARNING: By including Tetgen you have to comply with Tetgen's "
-             "special licensing requirements stated in contrib/Tetgen/LICENSE.")
-   endif(ENABLE_TETGEN_NEW AND EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/contrib/TetgenNew/tetgen.h)
-+  if(ENABLE_TETGEN)
-+    find_library(TETGEN_LIB tet PATH_SUFFIXES lib)
-+    if(TETGEN_LIB)
-+      find_path(TETGEN_INC "tetgen.h" PATH_SUFFIXES src include tetgen)
-+      if(TETGEN_INC)
-+        set_config_option(HAVE_TETGEN "Tetgen")
-+        add_definitions(-DTETLIBRARY)
-+        list(APPEND EXTERNAL_LIBRARIES ${TETGEN_LIB})
-+        list(APPEND EXTERNAL_INCLUDES ${TETGEN_INC})
-+      endif(TETGEN_INC)
-+    endif(TETGEN_LIB)
-+  endif(ENABLE_TETGEN)
- endif(HAVE_MESH)
- 
- if(ENABLE_FOURIER_MODEL)

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



More information about the debian-science-commits mailing list