summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2022-08-16 17:33:17 +0300
committermattip <matti.picus@gmail.com>2022-08-21 18:27:07 +0300
commitd1cbf3fe0316b1a97d9c3c8806b31fd7f90ab2e4 (patch)
tree047f8fae95bffaab7480245250e58915afc9029c /numpy/core/setup.py
parentb6d52fc2b0611207ae5d554de09d7d6305a8b22b (diff)
downloadnumpy-d1cbf3fe0316b1a97d9c3c8806b31fd7f90ab2e4.tar.gz
BUILD: convert HAVE_ macros to BLOCK_, cleanup
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r--numpy/core/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py
index ec3929ca8..65aacfdad 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -189,7 +189,6 @@ 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"])