8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbc858 commit aadc2c7Copy full SHA for aadc2c7
numpy/core/src/common/npy_config.h
@@ -160,8 +160,29 @@
160
#undef HAVE_CACOSHL
161
162
#endif /* __GLIBC_PREREQ(2, 18) */
163
-#endif /* defined(__GLIBC_PREREQ) */
+#else /* defined(__GLIBC) */
164
+/* musl linux?, see issue #25092 */
165
166
+#undef HAVE_CASIN
167
+#undef HAVE_CASINF
168
+#undef HAVE_CASINL
169
+#undef HAVE_CASINH
170
+#undef HAVE_CASINHF
171
+#undef HAVE_CASINHL
172
+#undef HAVE_CATAN
173
+#undef HAVE_CATANF
174
+#undef HAVE_CATANL
175
+#undef HAVE_CATANH
176
+#undef HAVE_CATANHF
177
+#undef HAVE_CATANHL
178
+#undef HAVE_CACOS
179
+#undef HAVE_CACOSF
180
+#undef HAVE_CACOSL
181
+#undef HAVE_CACOSH
182
+#undef HAVE_CACOSHF
183
+#undef HAVE_CACOSHL
184
+
185
+#endif /* defined(__GLIBC) */
186
#endif /* defined(HAVE_FEATURES_H) */
187
188
#endif /* NUMPY_CORE_SRC_COMMON_NPY_CONFIG_H_ */
0 commit comments