[SCM] Gerris Flow Solver branch, debian-unstable, updated. gerris-0.9.2+darcs081022-dfsg.1-3-4-g04000d4
Drew Parsons
dparsons at debian.org
Thu Apr 23 06:01:50 UTC 2009
The following commit has been merged in the debian-unstable branch:
commit 04000d4e220e237ced6dbbbab216a542b4860646
Author: Drew Parsons <dparsons at debian.org>
Date: Thu Apr 23 15:47:06 2009 +1000
debian/rules: explicitly disable mpi support
* debian/rules: disable mpi support with cdbs variable
DEB_CONFIGURE_EXTRA_FLAGS = --disable-mpi
to enable more consistent building on systems where mpi libs are
installed.
In future we will build versions with and without mpi support.
diff --git a/debian/changelog b/debian/changelog
index 4ef963f..9db3d70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,13 @@ gerris (0.9.2+darcs081022-dfsg.1-4) unstable; urgency=low
- Exclude armel (arm + softfp) from fpu manipulations. The
instruction used in FPU_SETCW on arm is specific to the VFP unit
which is not present on armel systems. Closes: #520878
+ * debian/rules: disable mpi support with cdbs variable
+ DEB_CONFIGURE_EXTRA_FLAGS = --disable-mpi
+ to enable more consistent building on systems where mpi libs are
+ installed. In future we will build versions with and without mpi
+ support.
- -- Drew Parsons <dparsons at debian.org> Thu, 23 Apr 2009 15:40:59 +1000
+ -- Drew Parsons <dparsons at debian.org> Thu, 23 Apr 2009 15:44:23 +1000
gerris (0.9.2+darcs081022-dfsg.1-3) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 171310a..aba97ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
+DEB_CONFIGURE_EXTRA_FLAGS = --disable-mpi
+
clean::
rm -f a.out
rm -f doc/examples/gfs.lang
--
Gerris Flow Solver
More information about the debian-science-commits
mailing list