r47313 - /packages/gmsh-tetgen/trunk/debian/patches/tmp_fix_openfile.patch

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Thu Jul 7 07:38:55 UTC 2016


Author: trophime-guest
Date: Thu Jul  7 07:38:55 2016
New Revision: 47313

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47313
Log:
add missing patch

Added:
    packages/gmsh-tetgen/trunk/debian/patches/tmp_fix_openfile.patch

Added: packages/gmsh-tetgen/trunk/debian/patches/tmp_fix_openfile.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/gmsh-tetgen/trunk/debian/patches/tmp_fix_openfile.patch?rev=47313&op=file
==============================================================================
--- packages/gmsh-tetgen/trunk/debian/patches/tmp_fix_openfile.patch	(added)
+++ packages/gmsh-tetgen/trunk/debian/patches/tmp_fix_openfile.patch	Thu Jul  7 07:38:55 2016
@@ -0,0 +1,60 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ gmsh-tetgen (2.12.2~svn23232-1) unstable; urgency=medium
+ .
+   * Update to latest svn
+Author: Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: https://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+Index: gmsh-tetgen-2.12.2~svn23232/CMakeLists.txt
+===================================================================
+--- gmsh-tetgen-2.12.2~svn23232.orig/CMakeLists.txt
++++ gmsh-tetgen-2.12.2~svn23232/CMakeLists.txt
+@@ -569,6 +569,10 @@ if(ENABLE_BUILD_IOS)
+   endif(NOT CMAKE_TOOLCHAIN_FILE)
+ endif(ENABLE_BUILD_IOS)
+ 
++if(ENABLE_GRAPHICS)
++  set_config_option(HAVE_GRAPHICS "Graphics")
++endif(ENABLE_GRAPHICS)
++
+ if(HAVE_FLTK OR HAVE_QT OR ENABLE_GRAPHICS)
+   if(NOT HAVE_MESH OR NOT HAVE_POST OR NOT HAVE_PLUGINS OR NOT HAVE_ONELAB)
+     message(SEND_ERROR "Cannot compile GUI without Mesh, Post, Plugin and ONELAB")
+@@ -1265,6 +1269,7 @@ if(HAVE_PYTHON)
+   endif(HAVE_PETSC)
+ endif(HAVE_PYTHON)
+ 
++
+ check_function_exists(vsnprintf HAVE_VSNPRINTF)
+ if(NOT HAVE_VSNPRINTF AND NOT ENABLE_BUILD_IOS AND NOT ENABLE_BUILD_ANDROID)
+   set_config_option(HAVE_NO_VSNPRINTF "NoVsnprintf")
+Index: gmsh-tetgen-2.12.2~svn23232/Common/GmshConfig.h.in
+===================================================================
+--- gmsh-tetgen-2.12.2~svn23232.orig/Common/GmshConfig.h.in
++++ gmsh-tetgen-2.12.2~svn23232/Common/GmshConfig.h.in
+@@ -25,6 +25,7 @@
+ #cmakedefine HAVE_KBIPACK
+ #cmakedefine HAVE_LAPACK
+ #cmakedefine HAVE_LIBCGNS
++#cmakedefine HAVE_GRAPHICS
+ #cmakedefine HAVE_LIBJPEG
+ #cmakedefine HAVE_LIBPNG
+ #cmakedefine HAVE_LIBZ




More information about the debian-science-commits mailing list