I was building localai-git
with _ENABLE_CUDA=0 _ENABLE_ROCM=1 _ENABLE_CPU=1
.
After finishing build, namcap
tells me that the following packages miss the following dependencies:
localai-git-rocm
:rocblas
,hipblas
:localai-git-rocm E: Dependency rocblas detected and not included (libraries ['opt/rocm/lib/librocblas.so.4'] needed in files ['usr/bin/local-ai']) localai-git-rocm E: Dependency hipblas detected and not included (libraries ['opt/rocm/lib/libhipblas.so.2'] needed in files ['usr/bin/local-ai'])
localai-git
:openblas
:
localai-git E: Dependency openblas detected and not included (libraries ['usr/lib/libopenblas.so.0'] needed in files ['usr/bin/local-ai'])
Also, you need to install the license into ${pkgdir}/usr/share/licenses/${pkgname}/
:
E: Uncommon license identifiers such as 'MIT' require license files below /usr/share/licenses/localai-git/ or switching to common license identifiers. Found 0/1 required license files.
Regards and thanks for maintaining!
Pinned Comments
wuxxin commented on 2023-11-28 17:10 (UTC)
Development is on Github: https://github.com/wuxxin/aur-packages Please open issues and PRs there instead of commenting.