[Pkg-scicomp-commits] gmsh/trunk/debian
Christophe Prud'homme
prudhomm at debian.org
Tue Jul 1 08:53:38 UTC 2008
SVN commit 2543 by prudhomm:
enable open cascade support
M +2 -1 gmsh/trunk/debian/changelog
M +2 -2 gmsh/trunk/debian/control
M +1 -0 gmsh/trunk/debian/rules
--- gmsh/trunk/debian/changelog #2542:2543
@@ -1,6 +1,7 @@
gmsh (2.2.2-1) unstable; urgency=low
[Christophe Prud'homme]
+ * enable Open Cascade support in gmsh, build-depends on libopencascade-dev
* new upstream release (2.2.1 and 2.2.2 changelogs)
+ added geometrical transformations on volumes;
+ fixed bug in high order mesh generation;
@@ -9,7 +10,7 @@
* update Standards-Version to 3.8.0 (no change)
* remove obsolete dependencies libglu1-xorg-dev and tetex-bin
- -- Christophe Prud'homme <prudhomm at debian.org> Sun, 22 Jun 2008 18:34:39 +0200
+ -- Christophe Prud'homme <prudhomm at debian.org> Tue, 01 Jul 2008 10:53:12 +0200
gmsh (2.2.0-2) unstable; urgency=low
--- gmsh/trunk/debian/control #2542:2543
@@ -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, libgsl0-dev, libpng12-dev, libjpeg62-dev,
- zlib1g-dev, texlive, texinfo
+ 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/
@@ -13,7 +13,7 @@
Package: gmsh
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}
Description: three-dimensional finite element mesh generator
Gmsh is an automatic 3D finite element mesh generator (primarily
Delaunay) with build-in CAD and post-processing facilities. Its
--- gmsh/trunk/debian/rules #2542:2543
@@ -22,6 +22,7 @@
--prefix=/usr \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
+ --enable-occ \
--disable-metis --disable-tetgen
#export CXX=g++-4.3
More information about the Pkg-scicomp-commits
mailing list