FS#79631 - [blas-openblas] Wrong directory for headers
Attached to Project:
Arch Linux
Opened by Anton (sci-pirate) - Sunday, 10 September 2023, 09:35 GMT
Last edited by Toolybird (Toolybird) - Sunday, 10 September 2023, 21:11 GMT
Opened by Anton (sci-pirate) - Sunday, 10 September 2023, 09:35 GMT
Last edited by Toolybird (Toolybird) - Sunday, 10 September 2023, 21:11 GMT
|
Details
Description:
Headers should be placed exactly there where blas/cblas dependencies expect to find them. Currently they are in /usr/include/openblas, what requires to specifically modify dependencies to consider different blas flavors. Additional info: * 0.3.23-3 |
This task depends upon
Closed by Toolybird (Toolybird)
Sunday, 10 September 2023, 21:11 GMT
Reason for closing: Not a bug
Additional comments about closing: See comments by PM.
Sunday, 10 September 2023, 21:11 GMT
Reason for closing: Not a bug
Additional comments about closing: See comments by PM.
Comment by Antonio Rojas (arojas) -
Sunday, 10 September 2023, 10:14 GMT
Packages that use blas should be built against the generic netlib
blas so that users can choose the desired blas implementation to
use at runtime. If you insist on building against openblas, then
it's your job to pass the output of `pkgconf openblas --cflags` to
the build system.