Package Details: libggml-git 0.9.4.r387.g3e9f2ba-1

Git Clone URL: https://aur.archlinux.org/libggml-git.git (read-only, click to copy)
Package Base: libggml-git
Description: Tensor library for machine learning with OpenBLAS + Vulkan optimizations
Upstream URL: https://github.com/ggml-org/ggml
Licenses: MIT
Conflicts: libggml
Provides: libggml
Submitter: dreieck
Maintainer: xiota
Last Packager: xiota
Votes: 6
Popularity: 0.29
First Submitted: 2024-03-27 09:31 (UTC)
Last Updated: 2025-12-14 18:25 (UTC)

Latest Comments

1 2 Next › Last »

xiota commented on 2025-12-14 16:22 (UTC) (edited on 2025-12-14 16:25 (UTC) by xiota)

Version strings of form r#.# are described in ArchWiki. If Paru does not work with them, it may be a Paru bug.

makepkg normally aborts build when the new version string is the same as one previously built.

Nebulosa commented on 2025-12-14 12:09 (UTC)

Paru can inspect -git versions of an installed packages. So when you launch usual update it shows that version has been changed and tries build package again. It works well when version in PKGBUILD is "correct" and helps to get packages with up-to-date commits.

xiota commented on 2025-12-12 15:59 (UTC)

@Nebulosa I will update pkgver, but please explain "cyclic builds with every update, even if there are no new commits."

Nebulosa commented on 2025-12-12 09:52 (UTC) (edited on 2025-12-12 09:52 (UTC) by Nebulosa)

Please install pkgver r2965.55bc932 -> 0.9.4.r369.gf5425c0 to prevent cyclic builds with every update, even if there are no new commits.

dreieck commented on 2024-11-24 11:39 (UTC)

Ahoj @txtsd,

I see you have adopted this package. Great!

I think you should fill in the # Maintaner:-line in the PKGBUILD.

Regards!

txtsd commented on 2024-11-24 05:10 (UTC)

@kaslusimoes Thanks for reporting. It's just a warning. Nothing to worry about.

kaslusimoes commented on 2024-11-23 22:34 (UTC)

Not entirely clear to me how to fix this, but the output of makepkg tells me that

==> WARNING: Package contains reference to $srcdir
usr/lib/libggml-cpu.so
usr/lib/libggml-rpc.so
usr/lib/libggml.so
usr/lib/libggml-base.so

and that is confirmed by namcap libggml-etc.pkg.tar.xz

dreieck commented on 2024-11-10 21:18 (UTC)

Disowning. Not using it.

alexmurkoff commented on 2024-07-03 07:45 (UTC)

Nah, sorry @dreieck, I don't think I should be trusted with maintaining library packages. Although I'll try to help as much as possible in cases when a PKGBUILD doesn't work or errors out.

Best, Alex

dreieck commented on 2024-07-02 17:14 (UTC) (edited on 2024-07-02 17:14 (UTC) by dreieck)

Ahoj,

Latest PKGBUILD doesn't specify math library for linking, for some reason? Adding -lm to the CFLAGS and CXXFLAGS fixes build problems that state something among the lines of Unable to find symbol: sqrt@@GLIBC

I am not familiar with linking stuff, but I just added -lm.

Do you want to take over maintanance of this package?

Regards!