Search Criteria
Package Details: blis 1.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/blis.git (read-only, click to copy) |
---|---|
Package Base: | blis |
Description: | BLAS-like Library Instantiation Software Framework |
Upstream URL: | https://github.com/flame/blis |
Licenses: | BSD-3-Clause |
Conflicts: | blas, cblas |
Provides: | blas, cblas |
Submitter: | jdarch |
Maintainer: | Chocobo1 |
Last Packager: | Chocobo1 |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-13 02:47 (UTC) |
Last Updated: | 2024-06-05 09:12 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (266)
- abinit (requires blas)
- ambertools (requires blas)
- amino-git (requires cblas)
- apbs (requires blas)
- armadillo (requires blas)
- arpack++ (requires blas)
- arrayfire-git (requires cblas)
- atomsk-git (requires blas)
- avs-device-sdk (requires cblas)
- basix-git (requires blas)
- bayestraits (requires cblas)
- bayestraits-mpi (requires cblas)
- bergamont-marian-git (requires cblas) (make)
- blaze-git (requires blas) (make)
- blaze-git (requires blas) (optional)
- blazert (requires blas) (make)
- blazert-git (requires blas) (make)
- calculix-ccx (requires blas)
- ccv (requires blas)
- cernlib (requires blas)
- Show 246 more...
Latest Comments
1 2 Next › Last »
jedbrown commented on 2022-06-16 19:35 (UTC)
I don't follow how this package can provide
blas
when it doesn't install alibblas.so
. IMO, the correct fix is to stopopenblas
from providingblas
and let a separate packageblas-openblas
andblas-blis
actually install the symlinks. https://bugs.archlinux.org/task/71927#comment206301MarsSeed commented on 2022-04-07 11:44 (UTC) (edited on 2022-06-17 08:34 (UTC) by MarsSeed)
Thanks for the fix.
MarsSeed commented on 2022-02-23 12:29 (UTC) (edited on 2022-04-01 14:01 (UTC) by MarsSeed)
Fails to build if makepkg.conf
OPTIONS=(lto)
is enabled. Quick fix:Error details (linking fails with LTO when there is assembly code in source):
ExaFusion commented on 2021-08-25 12:55 (UTC)
does not set "providing blas", therefore any package requiring blas will install the latter as well, overwriting the shared symbolic links
haawda commented on 2018-10-04 10:52 (UTC)
a.kudelin, I followed your suggestion.
a.kudelin commented on 2018-10-04 09:53 (UTC)
--- PKGBUILD 2018-10-04 12:32:47.864104365 +0300
+++ PKGBUILD 2018-10-04 12:31:24.330520209 +0300
@@ -21,8 +21,8 @@
build() {
cd $pkgname-$pkgver
- CFLAGS+=" -fPIC" ./configure -p "${pkgdir}"/usr x86_64
- make BLIS_ENABLE_DYNAMIC_BUILD:=yes
+ CFLAGS+=" -fPIC" ./configure -p "${pkgdir}"/usr auto
+ make
}
check() {
1 2 Next › Last »