[Pkg-scicomp-commits] gmsh/trunk/debian
Christophe Prud'homme
prudhomm at debian.org
Fri Jul 10 05:42:01 UTC 2009
SVN commit 4519 by prudhomm:
done with -3
M +7 -1 gmsh/trunk/debian/changelog
M +2 -3 gmsh/trunk/debian/control
M +4 -4 gmsh/trunk/debian/rules
--- gmsh/trunk/debian/changelog #4518:4519
@@ -1,10 +1,16 @@
gmsh (2.3.1.dfsg-3) unstable; urgency=low
+ [Christophe Prud'homme]
+ * debian/control: Applied patch by Denis Barbier now that opencascade
+ builds on all arches and Build-depends on libopencascade-modeling-dev
+ * debian/{rules,control}: don't build with mpi support (it doesn't do
+ anything)
+ * debian/control: update Standards-Version to 3.8.2 (no changes)
* Added patch by Martin to fix gcc44 compilation failure
* Bug fix: "missing #include", thanks to Martin Michlmayr (Closes:
#525733).
- -- Christophe Prud'homme <prudhomm at debian.org> Fri, 08 May 2009 09:41:48 +0200
+ -- Christophe Prud'homme <prudhomm at debian.org> Fri, 10 Jul 2009 07:39:49 +0200
gmsh (2.3.1.dfsg-2) unstable; urgency=low
--- gmsh/trunk/debian/control #4518:4519
@@ -6,10 +6,9 @@
Build-Depends: debhelper (>= 7), quilt, cdbs, libgl1-mesa-dev|nvidia-glx-dev,
libglu1-mesa-dev, libfltk1.1-dev (>=1.1.7),
libpng12-dev, libjpeg62-dev, zlib1g-dev, texlive, texinfo,
- libopencascade-dev [i386 amd64],
- mpi-default-dev [i386 amd64 ia64 powerpc],
+ libopencascade-modeling-dev,
libblas-dev | libblas-3gf.so, liblapack-dev | liblapack-3gf.so
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/gmsh/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/gmsh/
Homepage: http://www.geuz.org/gmsh/
--- gmsh/trunk/debian/rules #4518:4519
@@ -31,17 +31,17 @@
WITH_MPI=no
ifeq ($(shell dpkg --print-architecture),amd64)
WITH_OCC=yes
- WITH_MPI=yes
+# WITH_MPI=yes
endif
ifeq ($(shell dpkg --print-architecture),i386)
WITH_OCC=yes
- WITH_MPI=yes
+# WITH_MPI=yes
endif
ifeq ($(shell dpkg --print-architecture),ia64)
- WITH_MPI=yes
+# WITH_MPI=yes
endif
ifeq ($(shell dpkg --print-architecture),powerpc)
- WITH_MPI=yes
+# WITH_MPI=yes
endif
ifeq ($(WITH_OCC),yes)
CFLAGS += -I/usr/include/opencascade -DHAVE_NO_OCC_CONFIG_H
More information about the Pkg-scicomp-commits
mailing list