Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BLD: fix math func feature checks, fix FreeBSD build, add CI job #24879

Merged
merged 1 commit into from
Oct 7, 2023

Commits on Oct 7, 2023

  1. BLD: fix math func feature checks, fix FreeBSD build, add CI job (num…

    …py#24876)
    
    * BLD: fix incorrect feature checks for mandatory math functions
    
    Should fix the build on FreeBSD and other OSes that are not
    C99-compliant.
    
    Closes numpygh-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
    rgommers authored and charris committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    1d8828b View commit details
    Browse the repository at this point in the history