From: Mathieu Baudier Date: Thu, 6 Feb 2025 13:31:42 +0000 (+0100) Subject: Disable Vulkan (glslc not supported in bullseye) and all CPU variants X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=004e5f3a936b3f65fa8fc4f9b741eed2f64e5e9d;p=pkg%2Fggml%2Fsources%2Fggml Disable Vulkan (glslc not supported in bullseye) and all CPU variants --- diff --git a/debian/changelog b/debian/changelog index 1ea0bd28..bae0ef98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ggml (0.0.1689-1) unstable; urgency=medium +ggml (0.0.1689-1~deb11u1) unstable; urgency=medium * Update upstream diff --git a/debian/control b/debian/control index bad059d9..7fb2c5e8 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Mathieu Baudier 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 diff --git a/debian/rules b/debian/rules index e38fd4c3..302b3e6b 100755 --- a/debian/rules +++ b/debian/rules @@ -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: