Page MenuHomeFreeBSD

math/py-numpy: Introduce options FORTRAN and NOBLAS
Needs ReviewPublic

Authored by 0mp on Sep 10 2025, 12:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 3, 2:42 PM
Unknown Object (File)
Thu, Oct 2, 10:26 PM
Unknown Object (File)
Thu, Oct 2, 4:12 PM
Unknown Object (File)
Wed, Oct 1, 10:13 AM
Unknown Object (File)
Thu, Sep 25, 6:37 PM
Unknown Object (File)
Sun, Sep 14, 1:04 AM
Unknown Object (File)
Sep 10 2025, 11:44 PM
Unknown Object (File)
Sep 10 2025, 4:32 PM
Subscribers
None
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

NumPy documentation[1] states that it is fully supported to use NumPy's
internal fallback implementation of the BLAS and LAPACK libraries. Let's
add that option to the port.

The internal fallback routines are documented to be rather slow in
comparison to the typical library implementations. To address a
potential misconfiguration mistake of an unsuspecting user, note the
slowness of the NOBLAS implementation in the option description.

[1]: https://numpy.org/devdocs/building/blas_lapack.html

PR: 268348
Co-authored-by: Mateusz Piotrowski <0mp@FreeBSD.org>

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 66950
Build 63833: arc lint + arc unit

Event Timeline

0mp requested review of this revision.Sep 10 2025, 12:15 PM
0mp created this revision.

Remove portfmt noise from the patch.