diff options
author | mattip <matti.picus@gmail.com> | 2019-09-16 13:41:03 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-09-16 14:26:19 +0300 |
commit | 976fff7d1331d9d8d4f9f57b70c400c634011396 (patch) | |
tree | 1b3e0dc9de0e3d8ef3c59d30f6b14b073e77f225 /numpy/distutils/misc_util.py | |
parent | 274d17c081b21edcc56d54e75c7e1223498be86f (diff) | |
download | numpy-976fff7d1331d9d8d4f9f57b70c400c634011396.tar.gz |
DOC,BUG: remove section header, add redundant text to leave a blank line
Diffstat (limited to 'numpy/distutils/misc_util.py')
-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 |