[SCM] Gerris Flow Solver branch, upstream, updated. e8f73a07832050124d2b8bf6c6f35b33180e65a8
Stephane Popinet
popinet at users.sf.net
Tue Nov 24 12:24:43 UTC 2009
The following commit has been merged in the upstream branch:
commit 0d82750ba898eea5d40a2b09e5695ea145cc208e
Author: Stephane Popinet <popinet at users.sf.net>
Date: Wed Jul 22 09:57:30 2009 +1000
Daily script uses the parallel version
darcs-hash:20090721235730-d4795-4602a6393c04295b6f3c9d5143d3f83f2f68736e.gz
diff --git a/tools/daily b/tools/daily
index 575385c..ea8cfd7 100755
--- a/tools/daily
+++ b/tools/daily
@@ -132,7 +132,7 @@ else
build_gerris=true
fi
if $build_gerris ; then
- if ( cd $wdir/$gerris && sh autogen.sh --prefix=$wdir/local --disable-mpi && make -k && make -k install ) \
+ if ( cd $wdir/$gerris && sh autogen.sh --prefix=$wdir/local && make -k && make -k install ) \
> $wdir/build 2>&1 ; then :
else
echo
--
Gerris Flow Solver
More information about the debian-science-commits
mailing list