[Python-modules-commits] r34438 - in packages/numpy/branches/sid/debian (2 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Oct 1 19:16:33 UTC 2015


    Date: Thursday, October 1, 2015 @ 19:16:32
  Author: morph
Revision: 34438

* debian/patches/ppc_noassert.patch
  - use the same powerpc macro as used in npy_cpu.h

Modified:
  packages/numpy/branches/sid/debian/changelog
  packages/numpy/branches/sid/debian/patches/ppc_noassert.patch

Modified: packages/numpy/branches/sid/debian/changelog
===================================================================
--- packages/numpy/branches/sid/debian/changelog	2015-10-01 01:05:04 UTC (rev 34437)
+++ packages/numpy/branches/sid/debian/changelog	2015-10-01 19:16:32 UTC (rev 34438)
@@ -1,3 +1,10 @@
+python-numpy (1:1.9.2-4) UNRELEASED; urgency=medium
+
+  * debian/patches/ppc_noassert.patch
+    - use the same powerpc macro as used in npy_cpu.h
+
+ -- Sandro Tosi <morph at debian.org>  Thu, 01 Oct 2015 19:45:14 +0100
+
 python-numpy (1:1.9.2-3) unstable; urgency=medium
 
   * debian/patches/ppc_noassert.patch

Modified: packages/numpy/branches/sid/debian/patches/ppc_noassert.patch
===================================================================
--- packages/numpy/branches/sid/debian/patches/ppc_noassert.patch	2015-10-01 01:05:04 UTC (rev 34437)
+++ packages/numpy/branches/sid/debian/patches/ppc_noassert.patch	2015-10-01 19:16:32 UTC (rev 34438)
@@ -7,7 +7,7 @@
   *
   * See LICENSE.txt for the license.
   */
-+#ifdef __POWERPC__
++#ifdef defined(__ppc__) || defined(__powerpc__) || defined(_ARCH_PPC)
 +#ifndef NDEBUG
 +// disable asserts malloc broken
 +// https://sourceware.org/bugzilla/show_bug.cgi?id=6527




More information about the Python-modules-commits mailing list