[Bug 201965] math/openblas doesn't install header files

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 29 11:06:07 UTC 2015


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

            Bug ID: 201965
           Summary: math/openblas doesn't install header files
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: peterj at FreeBSD.org
                CC: phd_kimberlite at yahoo.co.jp
             Flags: maintainer-feedback?(phd_kimberlite at yahoo.co.jp)
                CC: phd_kimberlite at yahoo.co.jp

The math/openblas installation process only installs the libraries.  This makes
it impossible to actually use the library because the necessary header files
are missing.

$ pkg info -l openblas
openblas-0.2.14,1:
        /usr/local/lib/libopenblas.a
        /usr/local/lib/libopenblas.so
        /usr/local/lib/libopenblas.so.0
        /usr/local/lib/libopenblasp.a
        /usr/local/lib/libopenblasp.so
        /usr/local/lib/libopenblasp.so.0
        /usr/local/share/licenses/openblas-0.2.14,1/BSD3CLAUSE
        /usr/local/share/licenses/openblas-0.2.14,1/LICENSE
        /usr/local/share/licenses/openblas-0.2.14,1/catalog.mk

As a minimum, cblas.h needs to be installed.  Based on Makefile.install, this
depends on openblas_config.h (which is built by Makefile.install).

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


More information about the freebsd-ports-bugs mailing list