-
-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Milestone
Description
Describe the issue:
It seems like 1.24 requires csinl, which FreeBSD doesn't support out of the box, see https://wiki.freebsd.org/Numerics
Reproduce the code example:
I do not really know where it comes from. It became an issue running the Matplotlib CI on FreeBSD (and is readily solved by restricting to numpy<1.24).
Edit: this is a runtime issue. It compiles fine, but then, upon loading(?) it errors out as it cannot find csinl.
Error message:
No response
NumPy/Python version information:
1.24
Context for the issue:
I understand that this may not be a highly prioritized issue, but thought it was worth reporting in case it can be solved in an easy way. (And to some extent it should probably be solved in FreeBSD...)