[SCM] Gmsh packaging. Gmsh is an automatic 3D finite element mesh generator. branch, master, updated. upstream/2.5.1_beta2_svn10664_dfsg-87-g6c5d0ea

Anton Gladky gladky.anton at gmail.com
Sat Jan 7 07:06:50 UTC 2012


The following commit has been merged in the master branch:
commit 12836349184f9c71887e475e5c35e869ac3a28f2
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Fri Jan 6 23:13:29 2012 +0100

    Use packaged version of gmm instead of shipped with tarball. Patch is disabled.

diff --git a/debian/patches/use_gmm.patch b/debian/patches/use_gmm.patch
new file mode 100644
index 0000000..9aa06d4
--- /dev/null
+++ b/debian/patches/use_gmm.patch
@@ -0,0 +1,22 @@
+Desctiption: use packaged version of gmm instead of shipped with tarball
+ Patch needs to be applied, when getfem++ will be able to migrate to testing.
+ Requires BD on libgmm++-dev
+Author: Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>
+Reviewed-by: Anton Gladky <gladky.anton at gmail.com>
+Last-Update: 2012-01-06
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -481,8 +481,10 @@
+ endif(ENABLE_DINTEGRATION)
+ 
+ if(ENABLE_GMM)
+-  include_directories(contrib/gmm)
+-  set_config_option(HAVE_GMM "Gmm")
++  find_path(GMM_INC "gmm.h" PATH_SUFFIXES src include include/gmm)
++  if(GMM_INC)
++    list(APPEND EXTERNAL_INCLUDES ${GMM_INC})
++  endif(GMM_INC)
+ endif(ENABLE_GMM)
+ 
+ if(ENABLE_KBIPACK)

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



More information about the debian-science-commits mailing list