r36630 - in /packages/openturns/trunk/debian: changelog patches/gcc45.patch patches/series
prudhomm at users.alioth.debian.org
prudhomm at users.alioth.debian.org
Wed Jun 9 19:58:24 UTC 2010
Author: prudhomm
Date: Wed Jun 9 19:58:24 2010
New Revision: 36630
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36630
Log:
fixes for gcc 4.5
Added:
packages/openturns/trunk/debian/patches/gcc45.patch
Modified:
packages/openturns/trunk/debian/changelog
packages/openturns/trunk/debian/patches/series
Modified: packages/openturns/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/changelog?rev=36630&op=diff
==============================================================================
--- packages/openturns/trunk/debian/changelog (original)
+++ packages/openturns/trunk/debian/changelog Wed Jun 9 19:58:24 2010
@@ -1,3 +1,10 @@
+openturns (0.13.2-4) unstable; urgency=low
+
+ * Bug fix: "ftbfs with gcc-4.5", thanks to Matthias Klose (Closes:
+ #565081).
+
+ -- Christophe Prud'homme <prudhomm at debian.org> Wed, 09 Jun 2010 21:55:51 +0200
+
openturns (0.13.2-3) unstable; urgency=low
* Bug fix: "python-openturns must be depend on python-rpy2", thanks to
Added: packages/openturns/trunk/debian/patches/gcc45.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/patches/gcc45.patch?rev=36630&op=file
==============================================================================
--- packages/openturns/trunk/debian/patches/gcc45.patch (added)
+++ packages/openturns/trunk/debian/patches/gcc45.patch Wed Jun 9 19:58:24 2010
@@ -1,0 +1,40 @@
+Index: lib/include/OTconfig.h.in
+===================================================================
+--- lib/include/OTconfig.h.in (révision 1557)
++++ lib/include/OTconfig.h.in (copie de travail)
+@@ -166,6 +166,9 @@
+ /* Define to the one symbol short name of this package. */
+ #undef PACKAGE_TARNAME
+
++/* Define to the home page for this package. */
++#undef PACKAGE_URL
++
+ /* Define to the version of this package. */
+ #undef PACKAGE_VERSION
+
+Index: lib/src/Uncertainty/Distribution/KernelSmoothing.hxx
+===================================================================
+--- lib/src/Uncertainty/Distribution/KernelSmoothing.hxx (révision 1557)
++++ lib/src/Uncertainty/Distribution/KernelSmoothing.hxx (copie de travail)
+@@ -55,7 +55,7 @@
+ typedef Base::Common::InvalidDimensionException InvalidDimensionException;
+ typedef Base::Common::InvalidArgumentException InvalidArgumentException;
+ typedef Base::Common::StorageManager StorageManager;
+- typedef Model::Distribution::Distribution Distribution;
++ typedef Model::Distribution Distribution;
+
+ /** Default constructor */
+ explicit KernelSmoothing(const String & name = "KernelSmoothing");
+Index: lib/src/Base/Graph/Graph.hxx
+===================================================================
+--- lib/src/Base/Graph/Graph.hxx (révision 1557)
++++ lib/src/Base/Graph/Graph.hxx (copie de travail)
+@@ -61,7 +61,7 @@
+ typedef GraphImplementation::Description Description;
+ typedef GraphImplementation::DrawableCollection DrawableCollection;
+ typedef GraphImplementation::Format Format;
+- typedef Type::Collection<Graph::Graph> GraphCollection;
++ typedef Type::Collection<Base::Graph::Graph> GraphCollection;
+
+ /** Default constructor */
+ explicit Graph();
Modified: packages/openturns/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/patches/series?rev=36630&op=diff
==============================================================================
--- packages/openturns/trunk/debian/patches/series (original)
+++ packages/openturns/trunk/debian/patches/series Wed Jun 9 19:58:24 2010
@@ -1,2 +1,3 @@
pkg.patch
openturns-sh4-support.patch
+gcc45.patch
More information about the debian-science-commits
mailing list