+ggml (0.9.4-1) unstable; urgency=medium
+
+ * Upstream release
+ * Drop OpenBLAS support
+
+ -- Mathieu Baudier <mbaudier@argeo.org> Fri, 10 Oct 2025 13:40:50 +0000
+
ggml (0.9.1-1) unstable; urgency=medium
* Upstream release
-- Mathieu Baudier <mbaudier@argeo.org> Mon, 22 Sep 2025 11:44:18 +0000
+
\ No newline at end of file
Homepage: https://github.com/ggml-org/ggml
Build-Depends: cmake,
debhelper-compat (= 13),
- libopenblas-openmp-dev,
- libopenblas64-openmp-dev [amd64 arm64],
pkgconf,
libvulkan-dev [amd64] <!pkg.ggml.novulkan>,
glslc [amd64] <!pkg.ggml.novulkan>,
allowing one to run computations on older CPU while still benefiting from
the capabilities of recent ones.
-Package: libggml-backend-blas
-Architecture: any
-Multi-Arch: same
-Depends: libggml-base0 (= ${binary:Version}),
- libopenblas0-openmp,
- libopenblas64-0-openmp [amd64 arm64],
- ${misc:Depends},
- ${shlibs:Depends}
-Recommends: libopenblas0 | libblis4 | libmkl-rt | libblas3
-Description: Tensor library for machine learning (OpenBLAS backend)
- The ggml BLAS backend provides software acceleration of the computations
- based on OpenBLAS.
-
Package: libggml-backend-rpc
Architecture: any
Multi-Arch: same
-Depends: libggml-base0,
+Depends: libggml-base0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Tensor library for machine learning (RPC backend)
-DGGML_BACKEND_DL=ON \
# Common backends
-CMAKE_OPTS += -DGGML_BLAS=ON \
- -DGGML_BLAS_VENDOR=OpenBLAS \
- -DGGML_RPC=ON \
+CMAKE_OPTS += -DGGML_RPC=ON \
ifeq ($(DEB_TARGET_ARCH),arm64)
CMAKE_OPTS += -DGGML_CPU_ALL_VARIANTS=OFF \