aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-numpy/numpy-1.10.0-musl.patch
diff options
context:
space:
mode:
authorChristian Kampka <christian@kampka.net>2016-03-28 10:48:54 +0200
committerChristian Kampka <christian@kampka.net>2016-03-28 10:48:54 +0200
commit92c47eed2278e37b49d293c4bb3cc43390d41494 (patch)
tree130f76f250cad4451cb48d185eb09f05c4430d04 /testing/py-numpy/numpy-1.10.0-musl.patch
parentaa50c9d2c9b5368cdf3f09561484a958ff921521 (diff)
downloadaports-92c47eed2278e37b49d293c4bb3cc43390d41494.tar.bz2
aports-92c47eed2278e37b49d293c4bb3cc43390d41494.tar.xz
testing/numpy: new upstream version 1.11.0
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, 0 insertions, 19 deletions
diff --git a/testing/py-numpy/numpy-1.10.0-musl.patch b/testing/py-numpy/numpy-1.10.0-musl.patch
deleted file mode 100644
index 36dec388f7..0000000000
--- a/testing/py-numpy/numpy-1.10.0-musl.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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