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

Christophe Prud'homme prudhomm at debian.org
Mon Jul 13 13:51:01 UTC 2009


SVN commit 4525 by prudhomm:

build with occ support on all platforms

 M  +3 -1      gmsh/trunk/debian/changelog  
 M  +1 -15     gmsh/trunk/debian/rules  


--- gmsh/trunk/debian/changelog #4524:4525
@@ -3,8 +3,10 @@
   [Christophe Prud'homme]
   * Bug fix: "gmsh with cgns write support", thanks to Oliver Borm
     (Closes: #529972).
+  * debian/rules: make sure that Gmsh is built with occ support on all
+    platforms thanks to Denis Barbier (#536435).
 
- -- Christophe Prud'homme <prudhomm at debian.org>  Sat, 11 Jul 2009 11:20:24 +0200
+ -- Christophe Prud'homme <prudhomm at debian.org>  Mon, 13 Jul 2009 15:49:21 +0200
 
 gmsh (2.3.1.dfsg-3) unstable; urgency=low
 
--- gmsh/trunk/debian/rules #4524:4525
@@ -27,22 +27,8 @@
 export FFLAGS= -O3
 export CPPFLAGS=
 
-WITH_OCC=no
+WITH_OCC=yes
 WITH_MPI=no
-ifeq ($(shell dpkg --print-architecture),amd64)
- WITH_OCC=yes
-# WITH_MPI=yes
-endif
-ifeq ($(shell dpkg --print-architecture),i386)
- WITH_OCC=yes
-# WITH_MPI=yes
-endif
-ifeq ($(shell dpkg --print-architecture),ia64)
-# WITH_MPI=yes
-endif
-ifeq ($(shell dpkg --print-architecture),powerpc)
-# WITH_MPI=yes
-endif
 ifeq ($(WITH_OCC),yes)
  CFLAGS += -I/usr/include/opencascade -DHAVE_NO_OCC_CONFIG_H
  CXXFLAGS += -I/usr/include/opencascade -DHAVE_NO_OCC_CONFIG_H



More information about the Pkg-scicomp-commits mailing list