]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
Disable Vulkan (glslc not supported in bullseye) and all CPU variants
authorMathieu Baudier <redacted>
Thu, 6 Feb 2025 13:31:42 +0000 (14:31 +0100)
committerMathieu Baudier <redacted>
Thu, 6 Feb 2025 13:54:44 +0000 (14:54 +0100)
debian/changelog
debian/control
debian/rules

index 1ea0bd28831e08f16cd2e93841f4eea35b319357..bae0ef983121b2b8d57448cc036be77c842f576d 100644 (file)
@@ -1,4 +1,4 @@
-ggml (0.0.1689-1) unstable; urgency=medium
+ggml (0.0.1689-1~deb11u1) unstable; urgency=medium
 
   * Update upstream
 
index bad059d97234b67321cecff156ce350b9169b579..7fb2c5e8db001fa05b0416938e911f993d2bca93 100644 (file)
@@ -4,7 +4,6 @@ Priority: optional
 Maintainer: Mathieu Baudier <mbaudier@argeo.org>
 Build-Depends: debhelper-compat (= 13), pkg-config, cmake-data, cmake, cpio, git, patchelf,
        libopenblas-openmp-dev, libopenblas64-openmp-dev [amd64 arm64],
-       libvulkan-dev, glslc
 Standards-Version: 4.5.1
 Homepage: https://github.com/ggerganov
 Rules-Requires-Root: binary-targets
@@ -68,17 +67,6 @@ Depends: ${shlibs:Depends},
 Description: Tensor library for machine learning (RPC backend)
  GGML Tensor library for machine learning. (RPC backend)
 
-Package: libggml-vulkan
-Priority: optional
-Architecture: any
-Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends},
- libggml,
- libvulkan1
-Description: Tensor library for machine learning (Vulkan backend)
- GGML Tensor library for machine learning. (Vulkan backend)
-
 Package: ggml-dev
 Priority: optional
 Architecture: any
index e38fd4c38a4609d7be5e17f1970d45c35ce913a4..302b3e6b9ea3efdc73f67a115bcf12ae7ee5b2cc 100755 (executable)
@@ -23,7 +23,7 @@ else
 endif
 
 ifneq ($(DEB_HOST_ARCH),i386)
-       GGML_CPU_ALL_VARIANTS ?= ON
+       GGML_CPU_ALL_VARIANTS ?= OFF
 else
        GGML_CPU_ALL_VARIANTS ?= OFF
 endif
@@ -50,7 +50,7 @@ override_dh_auto_configure:
        -DGGML_RPC=ON \
        -DGGML_BLAS=ON \
        -DGGML_BLAS_VENDOR=OpenBLAS \
-       -DGGML_VULKAN=ON \
+       -DGGML_VULKAN=OFF \
        -DGGML_CUDA=OFF \
 
 override_dh_auto_install: