notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
ggml Tensor library for machine learning
0.9.5 misc on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.9.4Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-09-04 07:36:10
Last Update: 2026-01-09 22:44:41
Commit Hash: db0e19b
License: MIT
WWW:
https://github.com/ggml-org/ggml
Description:
ggml is a tensor library for machine learning. Features: * Written in C * 16-bit float support * Integer quantization support (4-bit, 5-bit, 8-bit, etc.) * Automatic differentiation * ADAM and L-BFGS optimizers * Optimized for Apple Silicon * On x86 architectures utilizes AVX / AVX2 intrinsics * On ppc64 architectures utilizes VSX intrinsics * No third-party dependencies * Zero memory allocations during runtime
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (38 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/ggml-0.9.5/catalog.mk
  3. /usr/local/share/licenses/ggml-0.9.5/LICENSE
  4. /usr/local/share/licenses/ggml-0.9.5/MIT
  5. include/ggml-alloc.h
  6. include/ggml-backend.h
  7. include/ggml-blas.h
  8. include/ggml-cann.h
  9. include/ggml-cpp.h
  10. include/ggml-cpu.h
  11. include/ggml-cuda.h
  12. include/ggml-metal.h
  13. include/ggml-opt.h
  14. include/ggml-rpc.h
  15. include/ggml-sycl.h
  16. include/ggml-vulkan.h
  17. include/ggml-webgpu.h
  18. include/ggml-zendnn.h
  19. include/ggml.h
  20. include/gguf.h
  21. lib/cmake/ggml/ggml-config.cmake
  22. lib/cmake/ggml/ggml-version.cmake
  23. lib/libggml-base.so
  24. lib/libggml-base.so.0
  25. lib/libggml-base.so.0.9.5
  26. lib/libggml-cpu.so
  27. lib/libggml-cpu.so.0
  28. lib/libggml-cpu.so.0.9.5
  29. lib/libggml-vulkan.so
  30. lib/libggml-vulkan.so.0
  31. lib/libggml-vulkan.so.0.9.5
  32. lib/libggml.so
  33. lib/libggml.so.0
  34. lib/libggml.so.0.9.5
  35. share/pkgconfig/ggml.pc
  36. @owner
  37. @group
  38. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ggml>0:misc/ggml
To install the port:
cd /usr/ports/misc/ggml/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/ggml
  • pkg install ggml
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ggml
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1767411382 SHA256 (ggml-org-ggml-v0.9.5_GH0.tar.gz) = 566d957c5884e4538ee62725b9a13ec0eb09e6442292572c4d95556a7309d107 SIZE (ggml-org-ggml-v0.9.5_GH0.tar.gz) = 2437354

Packages (timestamps in pop-ups are UTC):
ggml
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.9.50.9.5---n/an/an/a
FreeBSD:13:quarterlyg20250916_10.9.5---n/an/an/a
FreeBSD:14:latest0.9.50.9.5------
FreeBSD:14:quarterly0.9.50.9.5------
FreeBSD:15:latest0.9.50.9.5n/a-n/an/a--
FreeBSD:15:quarterly0.9.50.9.5n/a-n/an/a--
FreeBSD:16:latest0.9.50.9.5n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. glslc : graphics/shaderc
  2. vulkan-headers>0 : graphics/vulkan-headers
  3. cmake : devel/cmake-core
  4. ninja : devel/ninja
Runtime dependencies:
  1. python3.11 : lang/python311
Library dependencies:
  1. libvulkan.so : graphics/vulkan-loader
This port is required by:
for Libraries
  1. audio/whisper.cpp

Configuration Options:
===> The following configuration options are available for ggml-0.9.5: VULKAN=on: Vulkan GPU support ===> Use 'make config' to modify these settings
Options name:
misc_ggml
USES:
cmake:testing compiler:c++17-lang python:run shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ggml-org/ggml/tar.gz/v0.9.5?dummy=/
Collapse this list.

Number of commits found: 8

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.5
09 Jan 2026 22:44:41
commit hash: db0e19b7921688ce2a59df462480447fd39e0c53commit hash: db0e19b7921688ce2a59df462480447fd39e0c53commit hash: db0e19b7921688ce2a59df462480447fd39e0c53commit hash: db0e19b7921688ce2a59df462480447fd39e0c53 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
misc/ggml: fix build on powerpc64*

c++: error: unknown argument: '-mpowerpc64'
0.9.5
03 Jan 2026 10:27:29
commit hash: 7adb2b96a9f669dbf64438502b948e11b01fae35commit hash: 7adb2b96a9f669dbf64438502b948e11b01fae35commit hash: 7adb2b96a9f669dbf64438502b948e11b01fae35commit hash: 7adb2b96a9f669dbf64438502b948e11b01fae35 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/ggml: update 0.9.4 → 0.9.5
0.9.4
09 Nov 2025 20:31:40
commit hash: ec9880342789a74244e6c59e54b2905c77c4de74commit hash: ec9880342789a74244e6c59e54b2905c77c4de74commit hash: ec9880342789a74244e6c59e54b2905c77c4de74commit hash: ec9880342789a74244e6c59e54b2905c77c4de74 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
Author: Wen Heping
misc/ggml: update g20250916 → 0.9.4

PR:	290904
g20250916_1
19 Sep 2025 07:36:15
commit hash: f9109d40743949184cdfe03e2af3eb706ebd0a63commit hash: f9109d40743949184cdfe03e2af3eb706ebd0a63commit hash: f9109d40743949184cdfe03e2af3eb706ebd0a63commit hash: f9109d40743949184cdfe03e2af3eb706ebd0a63 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/ggml: Disable AVX and other instruction sets by default
g20250916
19 Sep 2025 02:02:04
commit hash: 48a7c9bcfc6b6c71fc3279e8ee9677bdccf5d4d4commit hash: 48a7c9bcfc6b6c71fc3279e8ee9677bdccf5d4d4commit hash: 48a7c9bcfc6b6c71fc3279e8ee9677bdccf5d4d4commit hash: 48a7c9bcfc6b6c71fc3279e8ee9677bdccf5d4d4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/ggml: update g20250828 → g20250916
g20250828
09 Sep 2025 16:43:05
commit hash: 3a96d77f1157ec8bc3f76f2a71c8f429ae17bf4acommit hash: 3a96d77f1157ec8bc3f76f2a71c8f429ae17bf4acommit hash: 3a96d77f1157ec8bc3f76f2a71c8f429ae17bf4acommit hash: 3a96d77f1157ec8bc3f76f2a71c8f429ae17bf4a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/ggml: Broken on i386

Reported by:	fallout
g20250828
08 Sep 2025 14:41:24
commit hash: 6168777aac7e8162d1bde78f7fc562f8374bcb97commit hash: 6168777aac7e8162d1bde78f7fc562f8374bcb97commit hash: 6168777aac7e8162d1bde78f7fc562f8374bcb97commit hash: 6168777aac7e8162d1bde78f7fc562f8374bcb97 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
misc/ggml: fix build on powerpc64*

cc: error: unknown argument: '-mpowerpc64'
g20250828
04 Sep 2025 07:32:57
commit hash: 1356ba4c29c9cda627af75342458b797bcbb58fccommit hash: 1356ba4c29c9cda627af75342458b797bcbb58fccommit hash: 1356ba4c29c9cda627af75342458b797bcbb58fccommit hash: 1356ba4c29c9cda627af75342458b797bcbb58fc files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/ggml: New port: Tensor library for machine learning

Number of commits found: 8