summaryrefslogtreecommitdiff
path: root/math/py-numpy/files
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2017-08-16 06:17:47 +0000
committerWen Heping <wen@FreeBSD.org>2017-08-16 06:17:47 +0000
commit92c0dbbe6722a4c97f2c2f490949bf17a9100df7 (patch)
tree6f212408f8264047b99d9ed0ce59116cca9edcf7 /math/py-numpy/files
parentdevel/flang and devel/flang-clang: Update to later snapshots. While there, ma... (diff)
- Update to 1.13.1
PR: 220986 Submitted by: wen@(myself) Exp-run by: antoine@
Notes
Notes: svn path=/head/; revision=448024
Diffstat (limited to 'math/py-numpy/files')
-rw-r--r--math/py-numpy/files/patch-numpy_core_include_numpy_npy__endian.h11
-rw-r--r--math/py-numpy/files/patch-numpy_core_setup.py11
2 files changed, 0 insertions, 22 deletions
diff --git a/math/py-numpy/files/patch-numpy_core_include_numpy_npy__endian.h b/math/py-numpy/files/patch-numpy_core_include_numpy_npy__endian.h
deleted file mode 100644
index 91783ad5441f..000000000000
--- a/math/py-numpy/files/patch-numpy_core_include_numpy_npy__endian.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- numpy/core/include/numpy/npy_endian.h.orig 2016-06-18 16:15:37 UTC
-+++ numpy/core/include/numpy/npy_endian.h
-@@ -8,7 +8,7 @@
-
- #ifdef NPY_HAVE_ENDIAN_H
- /* Use endian.h if available */
-- #include <endian.h>
-+ #include <sys/endian.h>
-
- #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && defined(LITTLE_ENDIAN)
- #define NPY_BYTE_ORDER BYTE_ORDER
diff --git a/math/py-numpy/files/patch-numpy_core_setup.py b/math/py-numpy/files/patch-numpy_core_setup.py
deleted file mode 100644
index 5178eaf60163..000000000000
--- a/math/py-numpy/files/patch-numpy_core_setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- numpy/core/setup.py.orig 2016-06-25 23:59:40 UTC
-+++ numpy/core/setup.py
-@@ -268,7 +268,7 @@ def check_types(config_cmd, ext, build_d
- raise SystemError(
- "Cannot compile 'Python.h'. Perhaps you need to "
- "install python-dev|python-devel.")
-- res = config_cmd.check_header("endian.h")
-+ res = config_cmd.check_header("sys/endian.h")
- if res:
- private_defines.append(('HAVE_ENDIAN_H', 1))
- public_defines.append(('NPY_HAVE_ENDIAN_H', 1))