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.077208
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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 16 Next › Last »

eolianoe commented on 2019-05-06 19:16 (UTC)

@thrasibule: USE_COMPILER_TLS was needed to avoid a bug, I removed it @a.kudelin: BUILD_LAPACK_DEPRECATED is needed to build some old codes and OpenMP was bugguy a while back when using in a OpenMP, some tests are needed to check if everything is ok

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

NO_LAPACK=0 is enough for LAPACK to be enabled, and BUILD_LAPACK_DEPRECATED=1 is excessive. Mb, it's worth to enable OpenMP?

thrasibule commented on 2019-05-06 02:04 (UTC)

USE_COMPILER_TLS is not used anywhere in the code (I know it's disabled in the PKGBUILD, but if one tries to set it to 1, one might be surprised that it doesn't do anything.) You probably meant to use USE_TLS=0 instead.

petronny commented on 2019-05-05 18:28 (UTC)

Hi, this is not an any package. Please update its arch to ('x86_64').

eolianoe commented on 2019-04-29 15:11 (UTC)

@syamajala: this package provides BLAS and LAPACK but I think that only blas is optimised

syamajala commented on 2019-03-28 21:54 (UTC)

The this is packaged makes so much more sense to me than the community package. Is there a reason why the community one can't be replaced by this?

eolianoe commented on 2019-03-10 15:01 (UTC)

@alleut: it provides lapack @petronny: the PKGBUILD is now more in synced with the community one

<deleted-account> commented on 2019-03-08 13:41 (UTC)

What's the current difference between this and the community package?

petronny commented on 2019-03-07 09:11 (UTC)

Hi, openblas-lapack is providing /usr/lib/libopenblas.so.0.
However, openblas in [community] is providing /usr/lib/libopenblas.so.3.
Could you make them same?

leomao commented on 2018-08-21 03:56 (UTC) (edited on 2018-08-21 03:58 (UTC) by leomao)

There is another issue and the linked PR(https://github.com/xianyi/OpenBLAS/pull/1739). Should we use this patch? I applied this patch instead of the original patch and verified that the issue resolved.