From 92c47eed2278e37b49d293c4bb3cc43390d41494 Mon Sep 17 00:00:00 2001 From: Christian Kampka Date: Mon, 28 Mar 2016 10:48:54 +0200 Subject: testing/numpy: new upstream version 1.11.0 --- testing/py-numpy/numpy-1.11.0-musl.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 testing/py-numpy/numpy-1.11.0-musl.patch (limited to 'testing/py-numpy/numpy-1.11.0-musl.patch') diff --git a/testing/py-numpy/numpy-1.11.0-musl.patch b/testing/py-numpy/numpy-1.11.0-musl.patch new file mode 100644 index 0000000000..da289f6407 --- /dev/null +++ b/testing/py-numpy/numpy-1.11.0-musl.patch @@ -0,0 +1,9 @@ +--- numpy-1.11.0.orig/numpy/core/src/multiarray/numpyos.c ++++ numpy-1.11.0/numpy/core/src/multiarray/numpyos.c +@@ -15,7 +15,7 @@ + + #ifdef HAVE_STRTOLD_L + #include +-#include ++#include + #endif -- cgit v1.2.3