aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-numpy/numpy-1.10.0-musl.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2015-11-21 11:40:30 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2015-11-21 11:40:30 +0000
commitf13db13c08d419f70dc3c40c5ecbb87ed34297b1 (patch)
tree0cd62466ed5f8f27716b64fbd57c975ddf1125ee /testing/py-numpy/numpy-1.10.0-musl.patch
parent61e5b070fafa0743614b8f9c9f88bc5cd9e1fe2b (diff)
downloadaports-f13db13c08d419f70dc3c40c5ecbb87ed34297b1.tar.bz2
aports-f13db13c08d419f70dc3c40c5ecbb87ed34297b1.tar.xz
testing/py-numpy: upgrade to 1.10.1
Diffstat (limited to 'testing/py-numpy/numpy-1.10.0-musl.patch')
-rw-r--r--testing/py-numpy/numpy-1.10.0-musl.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/py-numpy/numpy-1.10.0-musl.patch b/testing/py-numpy/numpy-1.10.0-musl.patch
new file mode 100644
index 0000000000..36dec388f7
--- /dev/null
+++ b/testing/py-numpy/numpy-1.10.0-musl.patch
@@ -0,0 +1,19 @@
+--- a/numpy/core/src/private/npy_config.h.orig 2015-08-11 19:03:43.000000000 +0200
++++ b/numpy/core/src/private/npy_config.h 2015-10-08 08:20:25.489203036 +0200
+@@ -71,7 +71,7 @@
+
+
+ /* Disable broken gnu trig functions on linux */
+-#if defined(__linux__) && defined(__GNUC__)
++#if defined(__linux__) && defined(__GLIBC__)
+
+ #if defined(HAVE_FEATURES_H)
+ #include <features.h>
+@@ -96,6 +96,6 @@
+ #endif
+ #undef TRIG_OK
+
+-#endif /* defined(__linux__) && defined(__GNUC__) */
++#endif /* defined(__linux__) && defined(__GLIBC__) */
+
+ #endif