python-numpy/npy_cpu.diff
OBS User autobuild 9b27577856 Accepting request 40894 from devel:languages:python
Copy from devel:languages:python/python-numpy based on submit request 40894 from user coolo

OBS-URL: https://build.opensuse.org/request/show/40894
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=6
2010-06-02 16:11:28 +00:00

12 lines
399 B
Diff

--- numpy/core/include/numpy/npy_cpu.h.orig 2010-05-31 06:37:01.000000000 +0000
+++ numpy/core/include/numpy/npy_cpu.h 2010-05-31 06:52:40.000000000 +0000
@@ -42,7 +42,7 @@
#define NPY_CPU_S390
#elif defined(__ia64)
#define NPY_CPU_IA64
-#elif defined(__parisc__)
+#elif defined(__parisc__) || defined(__hppa)
/* XXX: Not sure about this one... */
#define NPY_CPU_PARISC
#else