r45552 - in /packages/gmsh-tetgen/trunk/debian: patches/add-missing-headers.patch rules

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Tue Jan 29 09:56:20 UTC 2013


Author: trophime-guest
Date: Tue Jan 29 09:56:19 2013
New Revision: 45552

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45552
Log:
fix for rev >= 14578

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

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=45552&op=diff
==============================================================================
--- packages/gmsh-tetgen/trunk/debian/patches/add-missing-headers.patch (original)
+++ packages/gmsh-tetgen/trunk/debian/patches/add-missing-headers.patch Tue Jan 29 09:56:19 2013
@@ -15,7 +15,7 @@
    Numeric/Numeric.h Numeric/GaussIntegration.h Numeric/polynomialBasis.h
      Numeric/JacobianBasis.h Numeric/fullMatrix.h
      Numeric/simpleFunction.h Numeric/cartesian.h
-@@ -100,17 +101,22 @@
+@@ -100,18 +101,22 @@
      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
@@ -30,10 +30,11 @@
    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/groupOfElements.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/PView.h Post/PViewData.h Plugin/PluginManager.h Post/OctreePost.h Post/PViewDataGModel.h
+-   Numeric/nodalBasis.h
 +    Post/ColorTable.h Post/PViewOptions.h Post/PViewData.h
    Graphics/drawContext.h
 +    Graphics/Camera.h Graphics/Trackball.h

Modified: packages/gmsh-tetgen/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/gmsh-tetgen/trunk/debian/rules?rev=45552&op=diff
==============================================================================
--- packages/gmsh-tetgen/trunk/debian/rules (original)
+++ packages/gmsh-tetgen/trunk/debian/rules Tue Jan 29 09:56:19 2013
@@ -28,6 +28,7 @@
 -DENABLE_TAUCS:BOOL=ON \
 -DENABLE_MPI:BOOL=ON \
 -DENABLE_OSMESA:BOOL=OFF \
+-DENABLE_POPPLER:BOOL=OFF \
 -DENABLE_CGNS:BOOL=OFF \
 -DENABLE_WRAP_PYTHON:BOOL=ON \
 -DENABLE_WRAP_JAVA:BOOL=ON \




More information about the debian-science-commits mailing list