diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2019-09-16 11:09:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-16 11:09:40 -0700 |
commit | 6e75b9ab7888e2d807893a8237811f97f605547e (patch) | |
tree | 28fbf363c14ed4bb0e9f5bd8f66dc0e22ebe21eb /numpy | |
parent | 07a7eb5b0ce9b5a6fb178ee61a758491afb24273 (diff) | |
parent | 976fff7d1331d9d8d4f9f57b70c400c634011396 (diff) | |
download | numpy-6e75b9ab7888e2d807893a8237811f97f605547e.tar.gz |
Merge pull request #14526 from mattip/fix-towncrier
BUG: fix release snippet failures caught only after merging
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/distutils/misc_util.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/distutils/misc_util.py b/numpy/distutils/misc_util.py index 0eaaeb736..7ba8ad862 100644 --- a/numpy/distutils/misc_util.py +++ b/numpy/distutils/misc_util.py @@ -1687,8 +1687,6 @@ class Configuration(object): and will be installed as foo.ini in the 'lib' subpath. - Cross-compilation - ----------------- When cross-compiling with numpy distutils, it might be necessary to use modified npy-pkg-config files. Using the default/generated files will link with the host libraries (i.e. libnpymath.a). For |