Files: *
Copyright: Copyright (c) 2023-2025 The ggml authors
--License: MIT
++License: Expat
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
++Files: src/ggml-kompute/kompute/*
++Copyright: Copyright (c) 2020-2025 The kompute authors
++License: Apache-2.0
++ Licensed under the Apache License, Version 2.0 (the "License");
++ you may not use this file except in compliance with the License.
++ You may obtain a copy of the License at
++ .
++ http://www.apache.org/licenses/LICENSE-2.0
++ .
++ Unless required by applicable law or agreed to in writing, software
++ distributed under the License is distributed on an "AS IS" BASIS,
++ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
++ See the License for the specific language governing permissions and
++ limitations under the License.
++ .
++ On Debian systems, the complete text of the Apache License version 2
++ can be found in /usr/share/common-licenses/Apache-2.0
++
++
Files: debian/*
Copyright: 2024-2025 Mathieu Baudier <mbaudier@argeo.org>
License: GPL-2+
install -t $(install_libexec_multiarch)/ggml $$file; \
done
- # whisper.cpp currently requires linking to a CPU backend
- # we therefore provide a link in /usr/lib/*/
- # TODO use alternative
- ln -s --relative $(install_libexec_multiarch)/ggml/libggml-cpu-sandybridge.so $(install_lib_multiarch)/libggml-cpu.so
+ # Provide a symbolic link to the most portable CPU backend
+ # so that it can be used for builds (e.g. whisper.cpp build requires a CPU backend)
+ ln -s --relative $(install_libexec_multiarch)/ggml/libggml-cpu-sandybridge.so $(install_libexec_multiarch)/ggml/libggml-cpu.so
++
++override_dh_installexamples:
++ dh_installexamples --exclude=.gitignore