Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Aug 2015 13:06:50 +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-qvY33Z7De0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201965-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201965-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201965

--- Comment #1 from phd_kimberlite@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.



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