Search Criteria
Package Details: ggml-git r2100.6757e32-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ggml-git.git (read-only, click to copy) |
---|---|
Package Base: | ggml-git |
Description: | Tensor library for machine learning |
Upstream URL: | https://github.com/ggml-org/ggml |
Licenses: | MIT |
Conflicts: | ggml, libggml |
Provides: | ggml, libggml |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 2 |
Popularity: | 1.08 |
First Submitted: | 2025-04-12 15:24 (UTC) |
Last Updated: | 2025-05-25 12:05 (UTC) |
Dependencies (3)
- openblas (openblas-gitAUR, openblas64-gitAUR, openblas-lapackAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
eskalvarado commented on 2025-04-27 23:38 (UTC) (edited on 2025-04-27 23:38 (UTC) by eskalvarado)
Same issue as the last comment.
Temporary solution I found, is to remove the pkgver() function from the PKGBUILD.
BrainDamage commented on 2025-04-21 09:32 (UTC) (edited on 2025-04-21 09:32 (UTC) by BrainDamage)
latest commit broke compilation here:
and indeed running manually on the source repo yields to:
and neither github lists any tag for upstream: https://github.com/ggml-org/ggml/tags
the wiki has a solution that automatically uses tags if present and fallbacks to the generic if lacking, if you want to preserve the possibility to use tags in the future and the project adopts it