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

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Thu Jul 19 16:38:41 UTC 2012


Author: trophime-guest
Date: Thu Jul 19 16:38:40 2012
New Revision: 45265

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

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=45265&op=diff
==============================================================================
--- packages/gmsh-tetgen/trunk/debian/patches/add-missing-headers.patch (original)
+++ packages/gmsh-tetgen/trunk/debian/patches/add-missing-headers.patch Thu Jul 19 16:38:40 2012
@@ -3,8 +3,10 @@
 Reviewed-by: Anton Gladky <gladky.anton at gmail.com>
 Last-Update: 2012-06-24
 
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
+Index: gmsh-tetgen-2.6.1/CMakeLists.txt
+===================================================================
+--- gmsh-tetgen-2.6.1.orig/CMakeLists.txt	2012-07-19 18:26:32.000000000 +0200
++++ gmsh-tetgen-2.6.1/CMakeLists.txt	2012-07-19 18:28:28.135051661 +0200
 @@ -82,6 +82,7 @@
    ${CMAKE_CURRENT_BINARY_DIR}/Common/GmshVersion.h
    Common/Gmsh.h Common/Context.h Common/GmshDefines.h Common/GmshMessage.h
@@ -18,20 +20,21 @@
      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
 +    Geo/Chain.h
-   Mesh/meshGEdge.h Mesh/meshGFace.h Mesh/meshGFaceOptimize.h Mesh/meshPartition.h
-     Mesh/meshGFaceDelaunayInsertion.h Mesh/simple3D.h Mesh/meshPartitionOptions.h 
-     Mesh/directions3D.h Mesh/Voronoi3D.h Mesh/Levy3D.h Mesh/periodical.h
+   Mesh/meshGEdge.h Mesh/meshGFace.h Mesh/meshGFaceOptimize.h Mesh/meshGFaceElliptic.h Mesh/meshPartition.h
+     Mesh/meshGFaceDelaunayInsertion.h Mesh/simple3D.h Mesh/meshPartitionOptions.h Mesh/directions3D.h Mesh/yamakawa.h
+     Mesh/Voronoi3D.h Mesh/Levy3D.h Mesh/periodical.h
 +    Mesh/Field.h
    Numeric/mathEvaluator.h
    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/linearSystemFull.h Solver/elasticitySolver.h Solver/sparsityPattern.h 
++    Solver/linearSystemFull.h Solver/elasticitySolver.h Solver/sparsityPattern.h
 +    Solver/functionSpace.h Solver/STensor43.h Solver/STensor33.h
    Post/PView.h Post/PViewData.h Plugin/PluginManager.h Post/OctreePost.h
-+    Post/ColorTable.h Post/PViewOptions.h Post/PViewData.h
++   Post/ColorTable.h Post/PViewOptions.h Post/PViewData.h
    Graphics/drawContext.h
-+    Graphics/Camera.h Graphics/Trackball.h
++   Graphics/Camera.h Graphics/Trackball.h
    contrib/kbipack/gmp_normal_form.h contrib/kbipack/gmp_matrix.h 
      contrib/kbipack/gmp_blas.h contrib/kbipack/mpz.h
    contrib/DiscreteIntegration/Integration3D.h




More information about the debian-science-commits mailing list