[Pkg-scicomp-commits] life/trunk/debian
Christophe Prud'homme
prudhomm at debian.org
Mon Feb 15 13:55:51 UTC 2010
SVN commit 4860 by prudhomm:
update
M +15 -0 life/trunk/debian/changelog
M +6 -6 life/trunk/debian/control
--- life/trunk/debian/changelog #4859:4860
@@ -1,3 +1,18 @@
+life (0.9.21-1) unstable; urgency=low
+
+ * New upstream release
+ - fixes for armel and s390 port
+ - update FindOpenTURNS.cmake script
+ - fixed compilation if PETSc or Trilinos are not installed
+ - added a matrix-vector multiplication interface to the class
+ MatrixSparse which used the interface already available in the Vector
+ class.
+ * debian/control: trying to fix s390, armel and alpha builds
+ * debian/control: build-depends on gcc-4.4 and gfortran-4.4
+ * debian/control: moving package to Debian Science
+
+ -- Christophe Prud'homme <prudhomm at debian.org> Mon, 15 Feb 2010 14:53:52 +0100
+
life (0.9.20-3) unstable; urgency=low
* debian/control: remove libvtk5-dev depends for now
--- life/trunk/debian/control #4859:4860
@@ -1,13 +1,13 @@
Source: life
Section: science
Priority: extra
-Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Christophe Prud'homme <prudhomm at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), cmake, g++ (>= 4.4), gfortran,
+Build-Depends: cdbs, debhelper (>= 7), cmake (>=2.6), g++-4.4, gfortran-4.4,
libboost-all-dev,
mpi-default-dev[!hurd-i386], mpi-default-bin[!hurd-i386],
- libtrilinos-dev[!armel !mips !mipsel !s390 !hppa !hurd-i386 !sparc],
- libpetsc3.0.0-dev, libslepc3.0.0-dev,
+ libtrilinos-dev[!armel !mips !mipsel !s390 !hppa !hurd-i386 !sparc],
+ libpetsc3.0.0-dev, libslepc3.0.0-dev,
libsuperlu3-dev, libsuitesparse-dev, libscotchmetis-dev,
libgmm++-dev,
python-pyx, python-scipy, python-qt4 ( >= 4.7 ) [!ia64],
@@ -16,8 +16,8 @@
doxygen, ghostscript
Standards-Version: 3.8.4
Homepage: http://ljkforge.imag.fr/life
-Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/life/trunk
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/life/trunk
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/life/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/life/trunk
Package: liblife
More information about the Pkg-scicomp-commits
mailing list