Search Criteria
Package Details: blas-clblast 1.7.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/blas-clblast.git (read-only, click to copy) |
|---|---|
| Package Base: | blas-clblast |
| Description: | Tuned OpenCL BLAS library (with Netlib CBlas C API) |
| Upstream URL: | https://github.com/CNugteren/CLBlast |
| Licenses: | Apache-2.0 |
| Conflicts: | clblast |
| Provides: | clblast, libclblast.so |
| Submitter: | kaolinite7 |
| Maintainer: | kaolinite7 |
| Last Packager: | kaolinite7 |
| Votes: | 1 |
| Popularity: | 0.030264 |
| First Submitted: | 2026-03-23 06:46 (UTC) |
| Last Updated: | 2026-08-20 10:51 (UTC) |
Dependencies (6)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- libstdc++ (libstdc++-fast-optimizedAUR, libstdc++-snapshotAUR)
- ocl-icd (khronos-ocl-icd-gitAUR, opencl-icd-loaderAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- opencl-headers (opencl-headers-gitAUR, adaptivecpp-gitAUR, adaptivecppAUR) (make)
Required by (11)
- llama.cpp-clblast
- llm-clblast-git (requires clblast)
- ollama-amd-igpu (requires clblast) (make)
- ollama-amd-igpu-cuda (requires clblast) (make)
- ollama-amd-igpu-docs (requires clblast) (make)
- ollama-amd-igpu-rocm (requires clblast) (make)
- ollama-cuda-git (requires clblast) (make)
- ollama-docs-git (requires clblast) (make)
- ollama-git (requires clblast) (make)
- ollama-rocm-git (requires clblast) (make)
- ollama-vulkan-git (requires clblast) (make)
Latest Comments
guiodic commented on 2026-08-22 00:55 (UTC)
src/CLBlast-1.7.0/src/tuning/tuning.cpp:118:34: error: format not a string literal and no format arguments [-Werror=format-security] 118 | const auto size = std::snprintf(nullptr, 0, format, std::forward<Args>(args)...); |
~^/home/guido/.cache/paru/clone/blas-clblast/src/CLBlast-1.7.0/src/tuning/tuning.cpp:121:16: error: format not a string literal and no format arguments [-Werror=format-security] 121 | std::snprintf(&str[original_size], size + 1, format, std::forward<Args>(args)...); |~^~~~ cc1plus: some warnings being treated as errorsI suppose you need this: