aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/numpy/py2
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-25 02:23:38 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-02-25 02:35:34 +0300
commit58ab335856cb83c1087c2597e21ec94e3f62348b (patch)
tree802bacc7ed2223bf9f0923655e4523eb422e1354 /contrib/python/numpy/py2
parentf9e45d9dd1fc7c858cb65aac7b3bf357b443545c (diff)
downloadydb-58ab335856cb83c1087c2597e21ec94e3f62348b.tar.gz
Disable Solaris-specific includes
4f153b26762c99335ff9614130e0b7511138685b
Diffstat (limited to 'contrib/python/numpy/py2')
-rw-r--r--contrib/python/numpy/py2/numpy/core/include/numpy/npy_math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/numpy/py2/numpy/core/include/numpy/npy_math.h b/contrib/python/numpy/py2/numpy/core/include/numpy/npy_math.h
index 582390cdcb..71951264fb 100644
--- a/contrib/python/numpy/py2/numpy/core/include/numpy/npy_math.h
+++ b/contrib/python/numpy/py2/numpy/core/include/numpy/npy_math.h
@@ -7,7 +7,7 @@ extern "C" {
#include <math.h>
#ifdef __SUNPRO_CC
-#include <sunmath.h>
+#error #include <sunmath.h>
#endif
#ifdef HAVE_NPY_CONFIG_H
#include <npy_config.h>