[Pkg-scicomp-devel] xmds/trunk/debian
Rafael Laboissiere
rafael at debian.org
Thu Nov 30 14:37:29 CET 2006
SVN commit 1375 by rafael:
Debian release xmds_1.5.3-6
M +0 -5 xmds/trunk/debian/README.Debian
M +9 -2 xmds/trunk/debian/changelog
M +2 -1 xmds/trunk/debian/rules
--- xmds/trunk/debian/README.Debian #1374:1375
@@ -17,9 +17,4 @@
octave2.9) and the gv package installed in your system in order to run
the code above.
- The following examples do not work yet:
-
- highdim.xmds
- kubo.xmds
-
-- Rafael Laboissiere <rafael at debian.org> Thu, 25 Nov 2006 10:10:09 +0100
--- xmds/trunk/debian/changelog #1374:1375
@@ -1,3 +1,10 @@
+xmds (1.5.3-6) experimental; urgency=low
+
+ * debian/rules: Use mpicxx as the MPI compile; all the examples wor now
+ * debian/README.Debian: Updated accordingly
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 30 Nov 2006 14:29:44 +0100
+
xmds (1.5.3-5) experimental; urgency=low
* debian/rules:
@@ -24,8 +31,8 @@
* debian/rules: Use the variables defined above in order to call the
appropriate programs at build time.
- * debian/README.Debian: Added a not about the exmaples that do not work
- because they depend on MPI
+ * debian/README.Debian: Added a note about the examples that do not
+ work because they depend on MPI
-- Rafael Laboissiere <rafael at debian.org> Mon, 27 Nov 2006 20:10:19 +0100
--- xmds/trunk/debian/rules #1374:1375
@@ -13,7 +13,8 @@
DEB_CONFIGURE_EXTRA_FLAGS = \
--enable-fftw3 \
--enable-mpi \
- --with-mpi-path=/usr/lib/mpich
+ --with-mpi-path=/usr/lib/mpich \
+ --with-mpi-compiler=mpicxx
DEB_COMPRESS_EXCLUDE = .xmds
DEB_AUTO_UPDATE_AUTOCONF = 1
More information about the Pkg-scicomp-devel
mailing list