Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jul 2015 11:06:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201965] math/openblas doesn't install header files
Message-ID:  <bug-201965-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: peterj@FreeBSD.org
                CC: phd_kimberlite@yahoo.co.jp
             Flags: maintainer-feedback?(phd_kimberlite@yahoo.co.jp)
                CC: phd_kimberlite@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201965-13>