maintainer-feedback requested: [Bug 268348] math/py-numpy: introduce FORTRAN / NOBLAS options
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 268348] math/py-numpy: introduce FORTRAN / NOBLAS options"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Sep 2025 16:05:45 UTC
Mateusz Piotrowski <0mp@FreeBSD.org> has asked freebsd-python (Nobody) <python@FreeBSD.org> for maintainer-feedback: Bug 268348: math/py-numpy: introduce FORTRAN / NOBLAS options https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268348 --- Comment #19 from Mateusz Piotrowski <0mp@FreeBSD.org> --- Hello python@, I've reworked the original patch and I wonder if you could take another look. I agree with Charlie that we need to be careful when adding extra options to Python ports. A potential pilot error could lead to a lot of frustration and long debugging. To address that I added an explicit warning to the option description. There is a precedence for such warnings in the ports tree and it is a good middle ground for different ports usergroups. Regarding NumPy's support for NOBLAS: it is fully supported via internal fallback routines. Their implementation is not very performant, however, so the option description warns about that. The new patch is here: https://reviews.freebsd.org/D52469 Best, Mateusz