aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/numpy
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2025-05-15 11:27:40 +0300
committerthegeorg <thegeorg@yandex-team.com>2025-05-15 11:52:25 +0300
commitf9bf93a1d46559e7c9f99d23ae31befd03476139 (patch)
treeda94f1f0b4efe29de6b2df849c1bbeec73289361 /contrib/python/numpy
parent2eda533a74aafc079ec55edf6a36ecb327cbb11f (diff)
downloadydb-f9bf93a1d46559e7c9f99d23ae31befd03476139.tar.gz
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
Diffstat (limited to 'contrib/python/numpy')
-rw-r--r--contrib/python/numpy/py3/numpy/core/src/common/npy_config.h2
1 files changed, 1 insertions, 1 deletions
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 <cygwin/version.h>
+#error #include <cygwin/version.h>
#if CYGWIN_VERSION_DLL_MAJOR < 3003
// rather than blocklist cabsl, hypotl, modfl, sqrtl, error out
#error cygwin < 3.3 not supported, please update