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

Christophe Prud'homme prudhomm at debian.org
Mon Mar 16 20:28:10 UTC 2009


SVN commit 4261 by prudhomm:

add opencascade support

 M  +8 -0      gmsh/trunk/debian/changelog  
 M  +1 -1      gmsh/trunk/debian/control  
 M  +1 -0      gmsh/trunk/debian/rules  


--- gmsh/trunk/debian/changelog #4260:4261
@@ -1,3 +1,11 @@
+gmsh (2.3.0.dfsg-2) unstable; urgency=low
+
+  * debian/control: build-depends on libopencascade-dev
+  * debian/rules: compile with opencascade support as it is now in main
+    and no more in non-free
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Mon, 16 Mar 2009 21:25:35 +0100
+
 gmsh (2.3.0.dfsg-1) unstable; urgency=low
 
   * New upstream release
--- gmsh/trunk/debian/control #4260:4261
@@ -5,7 +5,7 @@
 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 (>=1.1.7), libgsl0-dev,
- libpng12-dev, libjpeg62-dev, zlib1g-dev, texlive, texinfo
+ libpng12-dev, libjpeg62-dev, zlib1g-dev, texlive, texinfo, libopencascade-dev
 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 #4260:4261
@@ -27,6 +27,7 @@
   --mandir=\$${prefix}/share/man   \
   --infodir=\$${prefix}/share/info \
   $(ENABLE_MED)                    \
+  --enable-occ=yes                 \
   --disable-metis --disable-tetgen
 
 #export CXX=g++-4.3



More information about the Pkg-scicomp-commits mailing list