Christophe

unfortunately contrib/Metis cannot make it in Debian, I have to remove
it from the source and use --disable-metis.
There is a typo at some point that needs to be fixed when using this
option, the patch is attached

scotch [1] is a good replacement for metis and actually offers some
basic metis interface, replacing metis by scotch
would allow a clean distribution of gmsh .

1.http://gforge.inria.fr/projects/scotch/

Best regards
Index: gmsh-2.2.5/Mesh/Partition.cpp
===================================================================
--- gmsh-2.2.5.orig/Mesh/Partition.cpp	2008-10-31 16:35:28.000000000 +0100
+++ gmsh-2.2.5/Mesh/Partition.cpp	2008-10-31 16:35:37.000000000 +0100
@@ -249,8 +249,8 @@
         for(int n = graph.getNumVertex(); n--;) ++(*p++);
       }
     }
-    break;
 #endif
+    break;
   }
   return ier;
 
_______________________________________________
gmsh mailing list
[email protected]
http://www.geuz.org/mailman/listinfo/gmsh

Reply via email to