You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BLD: fix math func feature checks, fix FreeBSD build, add CI job (#24876) (#24879)
* BLD: fix incorrect feature checks for mandatory math functions
Should fix the build on FreeBSD and other OSes that are not
C99-compliant.
Closesgh-24873
* CI: add a FreeBSD job on Cirrus CI
* BUG: define `_npy_scaled_cexpl` when ccoshl/csinhl are missing
This was a regression in the 1.24.x branch, after a lot of churn
in this file. In 1.22.x/1.23.x, the conditional is the same as in
this fix.
* TST: avoid failures for FPE errors/warnings in `abs` on BSDs
Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com>
0 commit comments