[Pkg-scicomp-commits] gmsh/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Thu Aug 14 06:27:25 UTC 2008


SVN commit 3844 by prudhomm:

new upstream release

 M  +13 -7     gmsh/trunk/debian/changelog  
 M  +4 -1      gmsh/trunk/debian/rules  


--- gmsh/trunk/debian/changelog #3843:3844
@@ -1,16 +1,22 @@
-gmsh (2.2.3-2) unstable; urgency=low
+gmsh (2.2.4-1) unstable; urgency=low
 
-  [Christophe Prud'homme]  
-  * debian/{rules,control}: enable med/hdf5 support
+  * New upstream release
+    + integrated Metis and Chaco mesh partitioners (many thanks to Stephen
+    Guzik!);
+    + variables can now be deleted in geo files;
+    + added support for point datasets in model-based postprocessing views;
+    + small bug fixes.
+  * debian/{rules,control}: work towards med/hdf5 support, need new
+    med-fichier release first
 
- -- Christophe Prud'homme <prudhomm at debian.org>  Mon, 04 Aug 2008 13:44:17 +0200
+ -- Christophe Prud'homme <prudhomm at debian.org>  Thu, 14 Aug 2008 08:21:32 +0200
 
 gmsh (2.2.3-1) unstable; urgency=low
 
   [Christophe Prud'homme]
-  * new upstream release 
-    + enhanced clipping interface; 
-    + API cleanup; 
+  * new upstream release
+    + enhanced clipping interface;
+    + API cleanup;
     + fixed various bugs (Plugin(Integrate), high order meshes, surface
     info crash).
 
--- gmsh/trunk/debian/rules #3843:3844
@@ -15,14 +15,17 @@
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
+#ENABLE_MED=--enable-med
+ENABLE_MED=--disable-med
 
+
 DEB_CONFIGURE_EXTRA_FLAGS :=       \
   --host=$(DEB_HOST_GNU_TYPE)      \
   --build=$(DEB_BUILD_GNU_TYPE)    \
   --prefix=/usr                    \
   --mandir=\$${prefix}/share/man   \
   --infodir=\$${prefix}/share/info \
-  --enable-med                     \
+  $(ENABLE_MED)                    \
   --disable-metis --disable-tetgen
 
 #export CXX=g++-4.3



More information about the Pkg-scicomp-commits mailing list