[Python-modules-commits] r14511 - in packages/scipy/trunk/debian (3 files)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Thu Sep 30 09:03:36 UTC 2010


    Date: Thursday, September 30, 2010 @ 09:03:28
  Author: stefanor-guest
Revision: 14511

debian/patches/blitz++.patch: Fix scipy.weave.inline compilations. Thanks
to Sameer Morar (Closes: #598520, LP: #302649)

Added:
  packages/scipy/trunk/debian/patches/blitz++.patch
Modified:
  packages/scipy/trunk/debian/changelog
  packages/scipy/trunk/debian/patches/series

Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog	2010-09-28 18:48:29 UTC (rev 14510)
+++ packages/scipy/trunk/debian/changelog	2010-09-30 09:03:28 UTC (rev 14511)
@@ -1,9 +1,14 @@
 python-scipy (0.7.2+dfsg1-2) UNRELEASED; urgency=low
 
+  [ Luca Falavigna ]
   * Remove myself from Uploaders.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Sat, 31 Jul 2010 12:45:28 +0200
+  [ Stefano Rivera ]
+  * debian/patches/blitz++.patch: Fix scipy.weave.inline compilations. Thanks
+    to Sameer Morar (Closes: #598520, LP: #302649)
 
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Wed, 29 Sep 2010 15:22:10 +0200
+
 python-scipy (0.7.2+dfsg1-1) unstable; urgency=low
 
   * Release with a new source tarball with missing cython source files

Added: packages/scipy/trunk/debian/patches/blitz++.patch
===================================================================
--- packages/scipy/trunk/debian/patches/blitz++.patch	                        (rev 0)
+++ packages/scipy/trunk/debian/patches/blitz++.patch	2010-09-30 09:03:28 UTC (rev 14511)
@@ -0,0 +1,45 @@
+Description: Fixes scipy.weave.inline compalition with g++ 4.3 and upwards
+Author: Sameer Morar <smorar at gmail.com>
+Forwarded: http://projects.scipy.org/scipy/scipy/ticket/739
+Bug-Debian: http://bugs.debian.org/598520
+Bug-Ubuntu: https://launchpad.net/bugs/302649
+
+Index: python-scipy-0.7.2/scipy/weave/blitz/blitz/blitz.h
+===================================================================
+--- python-scipy-0.7.2.orig/scipy/weave/blitz/blitz/blitz.h	2010-09-29 13:17:01.539914362 +0200
++++ python-scipy-0.7.2/scipy/weave/blitz/blitz/blitz.h	2010-09-29 13:17:02.091914362 +0200
+@@ -65,6 +65,8 @@
+ 
+ #define BZ_THROW                     // Needed in <blitz/numinquire.h>
+ 
++#include <cstdlib>
++
+ BZ_NAMESPACE(blitz)
+ 
+ #ifdef BZ_HAVE_STD
+Index: python-scipy-0.7.2/scipy/weave/blitz/blitz/mathfunc.h
+===================================================================
+--- python-scipy-0.7.2.orig/scipy/weave/blitz/blitz/mathfunc.h	2010-09-29 13:17:01.507914362 +0200
++++ python-scipy-0.7.2/scipy/weave/blitz/blitz/mathfunc.h	2010-09-29 13:17:02.099914362 +0200
+@@ -12,6 +12,8 @@
+  #include <blitz/prettyprint.h>
+ #endif
+ 
++#include <cstdlib>
++
+ BZ_NAMESPACE(blitz)
+ 
+ // abs(P_numtype1)    Absolute value
+Index: python-scipy-0.7.2/scipy/weave/blitz/blitz/prettyprint.h
+===================================================================
+--- python-scipy-0.7.2.orig/scipy/weave/blitz/blitz/prettyprint.h	2010-09-29 13:20:04.091914362 +0200
++++ python-scipy-0.7.2/scipy/weave/blitz/blitz/prettyprint.h	2010-09-29 13:18:19.611914362 +0200
+@@ -22,6 +22,8 @@
+ #ifndef BZ_PRETTYPRINT_H
+ #define BZ_PRETTYPRINT_H
+ 
++#include <cstdlib>
++
+ BZ_NAMESPACE(blitz)
+ 
+ class prettyPrintFormat {

Modified: packages/scipy/trunk/debian/patches/series
===================================================================
--- packages/scipy/trunk/debian/patches/series	2010-09-28 18:48:29 UTC (rev 14510)
+++ packages/scipy/trunk/debian/patches/series	2010-09-30 09:03:28 UTC (rev 14511)
@@ -1,2 +1,3 @@
 restore_sys_argv.patch
 string_exception.patch
+blitz++.patch




More information about the Python-modules-commits mailing list