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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Aug 1 13:06:51 UTC 2015


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

--- Comment #1 from phd_kimberlite at yahoo.co.jp ---
(In reply to Peter Jeremy from comment #0)

Hi,

Currently I have no plan to add cblas.h to the installation process.
If you require cblas.h please install math/cblas and specify libopenblas at
link time.
Although I can modify the port to be installing the header file, 
this will require conflict mark to other cblas implementation (math/cblas and
math/atlas).
I think that the conflict mark restricts the flexibility of BLAS library
selection at link time.

However, because this port is used many users, convenience for C interface also
should be considered.
[plan A]
* maintain current installation
[plan B]
* install cblas.h to /use/local/include and add conflict mark to cblas
[plan C]
* install cblas.h to some other place (e.g., /usr/local/include/openblas)

How do you think about this?

Best regards, Shibusawa

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


More information about the freebsd-ports-bugs mailing list