Search Criteria
Package Details: libxsmm 1.17-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/libxsmm.git (read-only, click to copy) |
---|---|
Package Base: | libxsmm |
Description: | A library for small dense and small sparse matrix-matrix multiplications |
Upstream URL: | https://github.com/hfp/libxsmm |
Licenses: | BSD |
Conflicts: | libxsmm-git |
Submitter: | a.kudelin |
Maintainer: | a.kudelin |
Last Packager: | a.kudelin |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-05-23 20:00 (UTC) |
Last Updated: | 2022-08-07 14:13 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- blas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, blas-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blis-gitAUR, blisAUR, openblas-lapackAUR, blas-mklAUR, aocl-blisAUR, blas-openblas) (check)
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas) (check)
Latest Comments
a.kudelin commented on 2021-04-11 10:10 (UTC)
@0xDrDru, the option MKL=0 should disable any search for intel libraries, so I cannot reproduce the error having
intel-mkl
installed.0xDoubleDoc commented on 2021-03-07 20:44 (UTC) (edited on 2021-03-07 20:45 (UTC) by 0xDoubleDoc)
I mean that the build failed if only
intel-mkl
is installed, as it searches forlibmkl.a
provided byintel-mkl-static
instead. I believe this corner case may need a comment.a.kudelin commented on 2021-03-06 17:16 (UTC)
@0xDrDru, actually libxsmm is BLAS-agnostic, a BLAS library is for testing purposes only. For instance, you can build the package in the clean chroot, and then use it with MKL.
0xDoubleDoc commented on 2021-03-03 08:22 (UTC)
Hi, when a user have the
intel-mkl
package (or intelicc
?), thenlibxsmm
will try to build MKL support, but the packageintel-mkl-static
is needed. This should probably be added as a warning or optional dependencies?a.kudelin commented on 2020-10-20 13:11 (UTC)
@dev-zero, thanks! I fixed pkgconfig.
dev-zero commented on 2020-10-20 09:45 (UTC) (edited on 2020-10-20 09:45 (UTC) by dev-zero)
Presently the package installs the pkg-config files to /usr/lib where they will not be picked up by the
pkg-config
command:I added the following to my PKGBUILD to fix this:
Afterwards:
a.kudelin commented on 2019-07-24 18:11 (UTC)
OK, thank you, I will add the dependency in the next release. A few words about 1.13: this version is broken, and I sent a bugreport to the maintainer on github. So, we need some patience to wait for a patch.
adsun commented on 2019-07-24 13:18 (UTC)
This also needs
python
added to themakedepends
array, in order to build without error in a clean chroot.