public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergey Alirzaev" <zl29ah@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-misc/llama-cpp/
Date: Fri, 04 Jul 2025 02:17:22 +0000 (UTC)	[thread overview]
Message-ID: <1751595430.1ac2399f369cbb94c1e3fd9e94e4bbbb4da0f8ce.zl29ah@gentoo> (raw)

commit:     1ac2399f369cbb94c1e3fd9e94e4bbbb4da0f8ce
Author:     Sergey Alirzaev <l29ah <AT> riseup <DOT> net>
AuthorDate: Fri Jul  4 02:17:10 2025 +0000
Commit:     Sergey Alirzaev <zl29ah <AT> gmail <DOT> com>
CommitDate: Fri Jul  4 02:17:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ac2399f

sci-misc/llama-cpp: sync live

Signed-off-by: Sergey Alirzaev <l29ah <AT> riseup.net>

 sci-misc/llama-cpp/llama-cpp-9999.ebuild | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/sci-misc/llama-cpp/llama-cpp-9999.ebuild b/sci-misc/llama-cpp/llama-cpp-9999.ebuild
index 333c68cfd2..297952fc97 100644
--- a/sci-misc/llama-cpp/llama-cpp-9999.ebuild
+++ b/sci-misc/llama-cpp/llama-cpp-9999.ebuild
@@ -23,7 +23,7 @@ HOMEPAGE="https://github.com/ggml-org/llama.cpp"
 LICENSE="MIT"
 SLOT="0"
 CPU_FLAGS_X86=( avx avx2 f16c )
-IUSE="curl openblas blis hip cuda"
+IUSE="curl openblas blis hip cuda vulkan"
 REQUIRED_USE="?? ( openblas blis )"
 
 AMDGPU_TARGETS_COMPAT=(
@@ -49,15 +49,19 @@ AMDGPU_TARGETS_COMPAT=(
 
 # curl is needed for pulling models from huggingface
 # numpy is used by convert_hf_to_gguf.py
-DEPEND="
+CDEPEND="
 	curl? ( net-misc/curl:= )
 	openblas? ( sci-libs/openblas:= )
 	blis? ( sci-libs/blis:= )
 	hip? (  >=dev-util/hip-6.3:= )
 	cuda? ( dev-util/nvidia-cuda-toolkit:= )
 "
-RDEPEND="${DEPEND}
+DEPEND="${CDEPEND}
+	vulkan? ( dev-util/vulkan-headers )
+"
+RDEPEND="${CDEPEND}
 	dev-python/numpy
+	vulkan? ( media-libs/vulkan-loader )
 "
 
 src_prepare() {
@@ -77,6 +81,7 @@ src_configure() {
 		-DBUILD_NUMBER="1"
 		-DGENTOO_REMOVE_CMAKE_BLAS_HACK=ON
 		-DGGML_CUDA=$(usex cuda ON OFF)
+		-DGGML_VULKAN=$(usex vulkan ON OFF)
 
 		# avoid clashing with whisper.cpp
 		-DCMAKE_INSTALL_LIBDIR="${EPREFIX}/usr/$(get_libdir)/llama.cpp"


             reply	other threads:[~2025-07-04  2:17 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-04  2:17 Sergey Alirzaev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-08  2:12 [gentoo-commits] repo/proj/guru:dev commit in: sci-misc/llama-cpp/ Sergey Alirzaev
2025-09-12  0:41 Sergey Alirzaev
2025-08-29 16:25 Sergey Alirzaev
2025-08-12 21:39 Sergey Alirzaev
2025-08-10  0:37 Sergey Alirzaev
2025-08-05 20:26 Sergey Alirzaev
2025-07-31 15:04 Sergey Alirzaev
2025-07-27 22:59 Sergey Alirzaev
2025-07-23 23:36 David Roman
2025-07-23 12:49 Piotr Kubaj
2025-07-22 18:44 Paul Zander
2025-07-10  0:16 Sergey Alirzaev
2025-07-03 22:22 Sergey Alirzaev
2025-07-03 19:33 Sergey Alirzaev
2025-06-11 12:53 Sergey Alirzaev
2025-05-17 12:57 Sergey Alirzaev
2025-05-09 23:39 Sergey Alirzaev
2025-04-10 19:52 Sergey Alirzaev
2025-03-07 11:16 Sergey Alirzaev
2025-02-23 17:54 Sergey Alirzaev
2025-02-20 14:58 Sergey Alirzaev
2025-02-08 16:59 Alexey Korepanov
2025-02-01 11:21 Sergey Alirzaev
2025-01-29  0:14 Sergey Alirzaev
2025-01-29  0:11 Sergey Alirzaev
2025-01-27 15:10 Takuya Wakazono
2025-01-27 11:52 Sergey Alirzaev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1751595430.1ac2399f369cbb94c1e3fd9e94e4bbbb4da0f8ce.zl29ah@gentoo \
    --to=zl29ah@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox