[Bug 294425] math/py-numpy and math/py-numpy1 fail to build if math/openblas configured with INTERFACE64

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 11 Apr 2026 22:23:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294425

Charlie Li <vishwin@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs@FreeBSD.org      |python@FreeBSD.org
             Status|New                         |Open
              Flags|                            |maintainer-feedback+
                 CC|                            |vishwin@freebsd.org

--- Comment #1 from Charlie Li <vishwin@freebsd.org> ---
The options framework unfortunately cannot infer which options are selected
outside of the port being built. Building against 64-bit OpenBLAS requires
adding -Duse-ilp64=true to the existing flags for OpenBLAS.

Downstream, scipy always requires 32-bit OpenBLAS to be available, since 64-bit
support is still experimental and incomplete.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.