From f9bf93a1d46559e7c9f99d23ae31befd03476139 Mon Sep 17 00:00:00 2001 From: thegeorg Date: Thu, 15 May 2025 11:27:40 +0300 Subject: Remove Cygwin headers from sysincl/unsorted.yml Cygwin is not supported: we have neither toolchain for it not corresponding SDK. It is probably broken already, but I am unable to check this due to the above. commit_hash:da1c24d78cffef68634e2bad041060508cb760eb --- contrib/python/numpy/py3/numpy/core/src/common/npy_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/python') diff --git a/contrib/python/numpy/py3/numpy/core/src/common/npy_config.h b/contrib/python/numpy/py3/numpy/core/src/common/npy_config.h index e590366888a..b6b0fd2d68e 100644 --- a/contrib/python/numpy/py3/numpy/core/src/common/npy_config.h +++ b/contrib/python/numpy/py3/numpy/core/src/common/npy_config.h @@ -126,7 +126,7 @@ #undef HAVE_CPOWL #undef HAVE_CEXPL -#include +#error #include #if CYGWIN_VERSION_DLL_MAJOR < 3003 // rather than blocklist cabsl, hypotl, modfl, sqrtl, error out #error cygwin < 3.3 not supported, please update -- cgit v1.3