[Bug 215764] math/py-numpy: Remove dependency on math/openblas if other blas lib is selected

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 4 13:14:48 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215764

            Bug ID: 215764
           Summary: math/py-numpy: Remove dependency on math/openblas if
                    other blas lib is selected
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: riggs at FreeBSD.org
                CC: phd_kimberlite at yahoo.co.jp, python at FreeBSD.org
                CC: phd_kimberlite at yahoo.co.jp, python at FreeBSD.org

Created attachment 178506
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=178506&action=edit
Patch to avoid unneccessary linking to openblas if netlib is selected

math/py-numpy allows for selection of BLAS implementation. However, even if
NETLIB is selected, numpy links to openblas if it locates libopenblas on the
build machine. This is unnecessary. Attached is a proposal to remove this
dependency.

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


More information about the freebsd-python mailing list