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

Christophe Prud'homme prudhomm at debian.org
Tue Jul 1 22:20:53 UTC 2008


SVN commit 2548 by prudhomm:

remove occ support , it is non free

 M  +9 -2      gmsh/trunk/debian/changelog  
 M  +1 -1      gmsh/trunk/debian/control  
 M  +4 -3      gmsh/trunk/debian/rules  


--- gmsh/trunk/debian/changelog #2547:2548
@@ -1,9 +1,16 @@
+gmsh (2.2.2-2) unstable; urgency=low
+
+  [Christophe Prud'homme]
+  * remove occ support, it is non-free
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Wed, 02 Jul 2008 00:19:41 +0200
+
 gmsh (2.2.2-1) unstable; urgency=low
 
-  [Christophe Prud'homme]  
+  [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; 
+    + added geometrical transformations on volumes;
     + fixed bug in high order mesh generation;
     + various small improvements (adaptive views, gui, code cleanup);
     + bug fixes (high order meshes, Netgen interface).
--- gmsh/trunk/debian/control #2547:2548
@@ -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, libopencascade-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 #2547:2548
@@ -22,13 +22,14 @@
   --prefix=/usr                    \
   --mandir=\$${prefix}/share/man   \
   --infodir=\$${prefix}/share/info \
-  --enable-occ \
   --disable-metis --disable-tetgen
 
 #export CXX=g++-4.3
 #export CC=gcc-4.3
-export CFLAGS= -O3 -I/usr/include/opencascade
-export CXXFLAGS= -O3 -I/usr/include/opencascade
+#export CFLAGS= -O3 -I/usr/include/opencascade
+#export CXXFLAGS= -O3 -I/usr/include/opencascade
+export CFLAGS= -O3
+export CXXFLAGS= -O3
 export FFLAGS= -O3
 export CPPFLAGS=-I/usr/include/opencascade
 



More information about the Pkg-scicomp-commits mailing list