[Python-modules-commits] r30234 - in packages/numpy/trunk/debian/patches (1 file)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sun Aug 24 09:17:52 UTC 2014


    Date: Sunday, August 24, 2014 @ 09:17:52
  Author: jtaylor-guest
Revision: 30234

remove unused patch

Deleted:
  packages/numpy/trunk/debian/patches/05_fix_endianness_detection.patch

Deleted: packages/numpy/trunk/debian/patches/05_fix_endianness_detection.patch
===================================================================
--- packages/numpy/trunk/debian/patches/05_fix_endianness_detection.patch	2014-08-24 09:15:00 UTC (rev 30233)
+++ packages/numpy/trunk/debian/patches/05_fix_endianness_detection.patch	2014-08-24 09:17:52 UTC (rev 30234)
@@ -1,18 +0,0 @@
-Fix endianness detection: endian.h should be present on all Debian
-machines. This patch forces the use of endian.h, this preventing
-several reverse dependencies os Numpy from failing to build.
-
-Index: python-numpy-1.4.1/numpy/core/include/numpy/npy_endian.h
-===================================================================
---- python-numpy-1.4.1.orig/numpy/core/include/numpy/npy_endian.h	2010-04-22 11:35:23.000000000 +0200
-+++ python-numpy-1.4.1/numpy/core/include/numpy/npy_endian.h	2010-06-03 10:52:58.000000000 +0200
-@@ -6,7 +6,8 @@
-  * endian.h
-  */
- 
--#ifdef NPY_HAVE_ENDIAN_H
-+/*#ifdef NPY_HAVE_ENDIAN_H*/
-+#if 1
-     /* Use endian.h if available */
-     #include <endian.h>
- 




More information about the Python-modules-commits mailing list