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
+ 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
Package: ggml
Priority: optional
Architecture: any
-Depends: libggml, libggml-cpu
+Depends: ${misc:Depends},
+ libggml, libggml-cpu
Description: Tensor library for machine learning (metapackage)
GGML Tensor library for machine learning. (metapackage)
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Tensor library for machine learning (base)
GGML Tensor library for machine learning. (base)
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends},
+Depends: ${misc:Depends}, ${shlibs:Depends},
libggml-base
Description: Tensor library for machine learning (loader)
GGML Tensor library for machine learning. (loader)
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends},
+Depends: ${misc:Depends}, ${shlibs:Depends},
libggml
Description: Tensor library for machine learning (CPU backend)
GGML Tensor library for machine learning. (CPU backend)
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends},
+Depends: ${misc:Depends}, ${shlibs:Depends},
libggml,
# GGML shows warning that it uses OpenMP if default OpenBLAS (pthread) is used.
libopenblas0-openmp, libopenblas64-0-openmp [amd64 arm64],
Priority: optional
Architecture: any
Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
+Pre-Depends: ${misc:Depends}, ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
libggml
Description: Tensor library for machine learning (RPC backend)
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends},
+Depends: ${misc:Depends}, ${shlibs:Depends},
libggml,
libvulkan1
Description: Tensor library for machine learning (Vulkan backend)
Package: ggml-dev
Priority: optional
Architecture: any
-Depends: ggml (= ${binary:Version})
+Depends: ${misc:Depends},
+ ggml (= ${binary:Version})
Description: Tensor library for machine learning (development files)
GGML Tensor library for machine learning. (development files)
-
\ No newline at end of file
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
-
+ .
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
-
+ .
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE