Search Criteria
Package Details: clblast-git 1.6.1.5.gbcd294a9-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/clblast-git.git (read-only, click to copy) |
---|---|
Package Base: | clblast-git |
Description: | Tuned OpenCL BLAS library (works with OpenCL 1.1) |
Upstream URL: | https://github.com/CNugteren/CLBlast |
Licenses: | Apache |
Conflicts: | clblast |
Provides: | clblast |
Submitter: | Schmetzler |
Maintainer: | Schmetzler |
Last Packager: | Schmetzler |
Votes: | 5 |
Popularity: | 0.169587 |
First Submitted: | 2017-07-03 09:25 (UTC) |
Last Updated: | 2023-11-09 12:09 (UTC) |
Dependencies (4)
- ocl-icd (khronos-ocl-icdAUR, khronos-ocl-icd-gitAUR)
- opencl-headers (opencl-headers-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
Required by (8)
- koboldcpp-clblast (requires clblast)
- koboldcpp-cuda (requires clblast)
- koboldcpp-hipblas (requires clblast)
- llama-cpp (requires clblast) (make)
- llama-cpp-cuda (requires clblast) (make)
- llama-cpp-opencl (requires clblast)
- llama-cpp-opencl (requires clblast) (make)
- llm-clblast-git (requires clblast)
Latest Comments
Freed commented on 2023-07-19 12:27 (UTC)
Please change
make
tocmake --build _build
andmake install
tocmake --install _build
, Because if usersexport CMAKE_GENERATOR=ninja
, it will fail.gshah commented on 2021-09-25 07:45 (UTC)
I was getting the error mv: cannot stat: "${pkgdir}/usr/lib64"
Commenting out mv "${pkgdir}/usr/lib64" "${pkgdir}/usr/lib"
in the PKGBUILD fixed the issue.
Schmetzler commented on 2018-03-05 15:31 (UTC)
I did this on purpose but I forgot the reason. I think it had something to do with different implementations of clblas. I will change it, but there may occur issues on an other side.
CNugteren commented on 2018-03-03 12:04 (UTC)
It turns out this package installs headers in /usr/include/CLBlast/ rather than /usr/include. This is fine if a user needs to include clblast.h in his/her own application, but doesn't work e.g. when installing PyCLBlast from PyPi (https://pypi.python.org/pypi/pyclblast/1.0.1). Would it be possible to install the headers in the default system path instead?
See this issue for more details: https://github.com/CNugteren/CLBlast/issues/252
Schmetzler commented on 2018-01-19 08:11 (UTC)
Ah sorry didn't know that I can't install in lib64 (maybe they changed something in git-repo, initially I could install it). Should be fixed now.
andrew-wja commented on 2018-01-18 16:49 (UTC) (edited on 2018-01-18 16:49 (UTC) by andrew-wja)
This package builds just fine, but cannot install -- it appears to create /usr/lib64, which of course it cannot own, since many other 64-bit libs must live in that directory. Error log follows: