Search Criteria
Package Details: openblas-lapack 0.3.28-1
Package Actions
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.001237 |
First Submitted: | 2013-11-20 23:53 (UTC) |
Last Updated: | 2024-08-09 12:09 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- perl (perl-gitAUR) (make)
Required by (639)
- abinit (requires blas)
- abinit (requires lapack)
- admixtools-git (requires openblas)
- algodoo (requires lapack)
- ambertools (requires blas)
- ambertools (requires lapack)
- amino-git (requires cblas)
- amino-git (requires lapack)
- apbs (requires blas)
- apbs (requires lapack)
- armadillo (requires blas)
- armadillo (requires lapack)
- arpack++ (requires blas)
- arpack++ (requires lapack)
- arpack-git (requires lapack)
- arrayfire-git (requires cblas)
- arrayfire-git (requires lapacke)
- astromatic-sextractor (requires openblas)
- atompaw (requires lapack)
- atomsk-git (requires blas)
- Show 619 more...
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 supposeopenblas-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
.« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 16 Next › Last »