diff options
author | mattip <matti.picus@gmail.com> | 2022-08-11 10:19:02 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2022-08-21 18:26:10 +0300 |
commit | c35cb18f3e20c3b072adfc2f1bed86e6ca89d172 (patch) | |
tree | 0726433fcc22563fe5e04e0435d0c714b2585988 /numpy/core/setup.py | |
parent | aceba280d9484e5f7e66967bbf7c047aa6ded3fe (diff) | |
download | numpy-c35cb18f3e20c3b072adfc2f1bed86e6ca89d172.tar.gz |
restore HAVE_LOG2 for cygwin blocklistingw
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r-- | numpy/core/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py index 571d067e0..9fc7c2f29 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -189,6 +189,7 @@ def check_math_capabilities(config, ext, moredefs, mathlibs): if config.check_decl(fname2def(f), headers=["Python.h"]): OPTIONAL_FILE_FUNCS.remove(f) + check_funcs(OPTIONAL_STDFUNCS) check_funcs(OPTIONAL_FILE_FUNCS, headers=["feature_detection_stdio.h"]) check_funcs(OPTIONAL_MISC_FUNCS, headers=["feature_detection_misc.h"]) |