r45659 - /packages/gmsh-tetgen/trunk/debian/patches/add-missing-headers.patch

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Mon Mar 25 07:42:34 UTC 2013


Author: trophime-guest
Date: Mon Mar 25 07:42:33 2013
New Revision: 45659

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45659
Log:
update patches for rev > 15090

Modified:
    packages/gmsh-tetgen/trunk/debian/patches/add-missing-headers.patch

Modified: packages/gmsh-tetgen/trunk/debian/patches/add-missing-headers.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/gmsh-tetgen/trunk/debian/patches/add-missing-headers.patch?rev=45659&op=diff
==============================================================================
--- packages/gmsh-tetgen/trunk/debian/patches/add-missing-headers.patch (original)
+++ packages/gmsh-tetgen/trunk/debian/patches/add-missing-headers.patch Mon Mar 25 07:42:33 2013
@@ -7,18 +7,24 @@
 ===================================================================
 --- gmsh-tetgen-2.6.2~svn13116.orig/CMakeLists.txt	2012-09-05 11:24:52.000000000 +0200
 +++ gmsh-tetgen-2.6.2~svn13116/CMakeLists.txt	2012-09-05 11:27:23.000000000 +0200
-@@ -84,8 +84,8 @@
-   ${CMAKE_CURRENT_BINARY_DIR}/Common/GmshConfig.h 
-   ${CMAKE_CURRENT_BINARY_DIR}/Common/GmshVersion.h
+@@ -58,7 +58,7 @@
+ option(ENABLE_PETSC "Enable PETSc linear algebra solvers" ${DEFAULT})
+ option(ENABLE_PLUGINS "Build the post-processing plugins" ${DEFAULT})
+ option(ENABLE_POST "Build the post-processing module" ${DEFAULT})
+-option(ENABLE_POPPLER "Enable POPPLER package for displaying PDF documents" OFF)
++option(ENABLE_POPPLER "Enable POPPLER package for displaying PDF documents" ${DEFAULT})
+ option(ENABLE_QT "Build proof-of-concept QT GUI" OFF)
+ option(ENABLE_RTREE "Enable RTREE" ${DEFAULT})
+ option(ENABLE_SALOME "Enable Salome routines for CAD healing" ${DEFAULT})
+@@ -86,6 +86,7 @@
    Common/Gmsh.h Common/Context.h Common/GmshDefines.h Common/GmshMessage.h
--    Common/VertexArray.h Common/Octree.h Common/OctreeInternals.h 
--    Common/OS.h Common/StringUtils.h Common/OpenFile.h
-+    Common/VertexArray.h Common/Octree.h Common/OctreeInternals.h
+     Common/VertexArray.h Common/Octree.h Common/OctreeInternals.h 
+     Common/OS.h Common/StringUtils.h Common/OpenFile.h
 +    Common/OS.h Common/Options.h Common/OpenFile.h Common/StringUtils.h
    Numeric/Numeric.h Numeric/GaussIntegration.h Numeric/polynomialBasis.h
      Numeric/JacobianBasis.h Numeric/fullMatrix.h
      Numeric/simpleFunction.h Numeric/cartesian.h
-@@ -101,19 +101,22 @@
+@@ -101,11 +102,13 @@
      Geo/Pair.h Geo/Range.h Geo/SOrientedBoundingBox.h 
      Geo/CellComplex.h Geo/ChainComplex.h Geo/Cell.h Geo/Homology.h Geo/Chain.h 
      Geo/partitionEdge.h Geo/CGNSOptions.h Geo/gmshLevelset.h
@@ -33,11 +39,12 @@
    Solver/dofManager.h Solver/femTerm.h Solver/laplaceTerm.h Solver/elasticityTerm.h
      Solver/crossConfTerm.h Solver/orthogonalTerm.h
      Solver/linearSystem.h Solver/linearSystemGMM.h Solver/linearSystemCSR.h 
-     Solver/linearSystemFull.h Solver/elasticitySolver.h Solver/sparsityPattern.h    Solver/groupOfElements.h Solver/linearSystemPETSc.h
-+    Solver/functionSpace.h Solver/STensor43.h Solver/STensor33.h
+@@ -113,8 +116,9 @@
+     Solver/groupOfElements.h Solver/linearSystemPETSc.h
    Post/PView.h Post/PViewData.h Plugin/PluginManager.h Post/OctreePost.h 
    Post/PViewDataGModel.h Post/PViewOptions.h Post/ColorTable.h
 -   Numeric/nodalBasis.h
++    Post/ColorTable.h Post/PViewOptions.h Post/PViewData.h
    Graphics/drawContext.h
 +    Graphics/Camera.h Graphics/Trackball.h
    contrib/kbipack/gmp_normal_form.h contrib/kbipack/gmp_matrix.h 




More information about the debian-science-commits mailing list