From c35cb18f3e20c3b072adfc2f1bed86e6ca89d172 Mon Sep 17 00:00:00 2001 From: mattip Date: Thu, 11 Aug 2022 10:19:02 +0300 Subject: restore HAVE_LOG2 for cygwin blocklistingw --- numpy/core/setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy/core/setup.py') 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"]) -- cgit v1.2.1