Package Details: openblas-lapack 0.3.27-1

Git Clone URL: https://aur.archlinux.org/openblas-lapack.git (read-only, click to copy)
Package Base: openblas-lapack
Description: Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)
Upstream URL: http://www.openblas.net/
Licenses: BSD
Conflicts: blas, cblas, lapack, lapacke, openblas
Provides: blas, cblas, lapack, lapacke, openblas
Submitter: sftrytry
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 92
Popularity: 0.075664
First Submitted: 2013-11-20 23:53 (UTC)
Last Updated: 2024-04-09 17:07 (UTC)

Required by (659)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 16 Next › Last »

thrasibule commented on 2020-03-05 01:52 (UTC)

@kgizdov that's on purpose. Reference Blas 0.3.9 is not out yet, and definitely not part of openblas.

kgizdov commented on 2020-03-04 09:49 (UTC)

I think the blasver was not correctly updated - it should be 0.3.9

E3LDDfrK commented on 2020-02-04 17:30 (UTC)

So, since this one is compiled with openmp (USE_OPENMP=1), I suppose openblas-lapack-openmp is pointless now?

samk commented on 2019-11-29 16:16 (UTC)

Just checked, and it creates libopenblas.so.3 instead of libopenblas.so.0. So, all good now. Thanks!

thrasibule commented on 2019-11-29 02:58 (UTC)

@samk, sorry I reverted some previous change by eolianoe, this should be working now.

samk commented on 2019-11-28 14:29 (UTC) (edited on 2019-11-28 14:29 (UTC) by samk)

I realized that some R package was looking for /usr/lib/libopenblas.so.3

However, with this PKGBUILD only libopenblas.so.0 is created.

Thus, I suggest to add the following lines to the PKGBUILD, in a similar way as for BLAS, CBLAS...., but of course without linking to itself:

# OPENBLAS

ln -sf libopenblas.so libopenblas.so.${_lapackver:0:1}

ln -sf libopenblas.so libopenblas.so.${_lapackver}

simonp commented on 2019-11-12 13:05 (UTC)

0.3.7: https://gist.github.com/a67bcb8ec51321d3838001f049379eb2

huyz commented on 2019-08-31 07:31 (UTC) (edited on 2019-08-31 07:32 (UTC) by huyz)

There's a bug of this package. It provides blas/cblas/lapack, but it doesn't provides "/usr/lib/pkgconfig/{blas.pc, cblas.pc, lapack.pc}", which makes some packages that requires these files failed to build against this package. The package openblas at community repo provides blas, and it does provides "/usr/lib/pkgconfig/blas.pc".

a.kudelin commented on 2019-05-06 20:49 (UTC)

@eolianoe If you was experiencing a problem with threaded OpenBLAS, please, open an issue on its github page. AFAIK, OpenBLAS is alright with OpenMP, moreover, openblas in the community repo comes with the option USE_OPENMP=1.