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

Christophe Prud'homme prudhomm at debian.org
Mon Aug 4 11:45:48 UTC 2008


SVN commit 2677 by prudhomm:

enable med/hdf5 support


 M  +7 -0      gmsh/trunk/debian/changelog  
 M  +3 -2      gmsh/trunk/debian/control  
 M  +1 -0      gmsh/trunk/debian/rules  


--- gmsh/trunk/debian/changelog #2676:2677
@@ -1,3 +1,10 @@
+gmsh (2.2.3-2) unstable; urgency=low
+
+  [Christophe Prud'homme]  
+  * debian/{rules,control}: enable med/hdf5 support
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Mon, 04 Aug 2008 13:44:17 +0200
+
 gmsh (2.2.3-1) unstable; urgency=low
 
   [Christophe Prud'homme]
--- gmsh/trunk/debian/control #2676:2677
@@ -4,8 +4,9 @@
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>
 Build-Depends: debhelper (>> 4), quilt, cdbs, libgl1-mesa-dev|nvidia-glx-dev,
- libglu1-mesa-dev, libfltk1.1-dev, libgsl0-dev, libpng12-dev, libjpeg62-dev,
- zlib1g-dev, texlive, texinfo
+ libglu1-mesa-dev, libfltk1.1-dev, libgsl0-dev, libmed-dev,
+ libhdf5-openmpi-dev, libpng12-dev, libjpeg62-dev, zlib1g-dev,
+ texlive, texinfo
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/gmsh/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/gmsh/
--- gmsh/trunk/debian/rules #2676:2677
@@ -22,6 +22,7 @@
   --prefix=/usr                    \
   --mandir=\$${prefix}/share/man   \
   --infodir=\$${prefix}/share/info \
+  --enable-med                     \
   --disable-metis --disable-tetgen
 
 #export CXX=g++-4.3



More information about the Pkg-scicomp-commits mailing list