repo/gentoo:master commit in: sci-ml/ollama/
"Alfredo Tupone" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786966879.196a2fcc33e8977d4a48ca224b63728b36a71e63.tupone@gentoo> |
commit: 196a2fcc33e8977d4a48ca224b63728b36a71e63
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 11:40:56 2026 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 11:41:19 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196a2fcc
sci-ml/ollama: add 0.32.14, drop 0.32.9-r2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/ollama/Manifest | 6 +++---
sci-ml/ollama/{ollama-0.32.9-r2.ebuild => ollama-0.32.14.ebuild} | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/sci-ml/ollama/Manifest b/sci-ml/ollama/Manifest
index 3dff1f780619..e87849223392 100644
--- a/sci-ml/ollama/Manifest
+++ b/sci-ml/ollama/Manifest
@@ -1,3 +1,3 @@
-DIST llama.cpp-b10353.tar.gz 36753196 BLAKE2B e2c31618143841fa765f0fcfe30addd45daf2f0c0a5f17a8b4de80c384880259dfed1c290c894393dfcc8347e3518df4aabe660f4892ba6439c108c901778d76 SHA512 e8e447a82eaf9e83bc6c7987bc9caf384fbc7f4cc14de90fe5be56a087054f9e108696e2be8fc3cdf238963bd6eefbed0d363f8983f0f5f9264fe1c01683a2d4
-DIST ollama-0.32.9-deps.tar.xz 83159192 BLAKE2B 2227182b3f577dd8412952e423df28bf6bcd0f76a9f1326b92aed4f988f4b68c69d1c166ae1f3be2ed54b4b15a9d1c0a8a70cfc109172bdcf93bea32441aeecd SHA512 405e30b2682b7e8860592b29d4accebf72b278e09909598bb18c8f0f7b0654ba653d812c0b0de456a113d9a3c36a281cb09e0daa6b3c07f8b1c597a89acd8075
-DIST ollama-0.32.9.gh.tar.gz 28947051 BLAKE2B 67ed8542633eb62bf9fa924af797d5fe2a0daeb7f374f70f27428160829a20512de528c946ddf1454014857659273fd8f23454642061a6a9716195188c34de4c SHA512 9fa712b0c6840c038117dbc212fcc8b734c3f0cb9aa7c78bed21d0cd65439b05777e94fcd51a56b1ecaab0d283eb744e70f2ec81089dea3e75d5303f75c49fe3
+DIST llama.cpp-b10434.tar.gz 36874251 BLAKE2B b71e059cf84a9d2984ed2c836338ae8c5395b3273abccd92d109c91fee792af5053c7bc44613f2ec0bc69c38d73d61e2608c223d508f0b40ac92d6c05bae0190 SHA512 457acfcdb7e4ad69fc602fba1b51dc39f653365f8ea3ef1f8002dcd5affc998a72b67f7972ce7553330b7e9673e42f0efe0398a592db0296a38ea8de696bca8b
+DIST ollama-0.32.14-deps.tar.xz 83159192 BLAKE2B 2227182b3f577dd8412952e423df28bf6bcd0f76a9f1326b92aed4f988f4b68c69d1c166ae1f3be2ed54b4b15a9d1c0a8a70cfc109172bdcf93bea32441aeecd SHA512 405e30b2682b7e8860592b29d4accebf72b278e09909598bb18c8f0f7b0654ba653d812c0b0de456a113d9a3c36a281cb09e0daa6b3c07f8b1c597a89acd8075
+DIST ollama-0.32.14.gh.tar.gz 28979037 BLAKE2B 6f856f568ea68302cea41fc0023b87712f05e5117cf5fea62464d1a719efce139d13332b76041a18a7a3ece2454e54c928586d9f75f711922761b74388ba0f21 SHA512 2f512aaa4b9d6e3d2e877400149768a65089283588ff5815415072ed06853b5fce75c1b8e06fdb1ee18b0722218fde672dd643960d24d5b5526f0416bc1c1889
diff --git a/sci-ml/ollama/ollama-0.32.9-r2.ebuild b/sci-ml/ollama/ollama-0.32.14.ebuild
similarity index 98%
rename from sci-ml/ollama/ollama-0.32.9-r2.ebuild
rename to sci-ml/ollama/ollama-0.32.14.ebuild
index 90008f5bdf1b..67c3683c24e6 100644
--- a/sci-ml/ollama/ollama-0.32.9-r2.ebuild
+++ b/sci-ml/ollama/ollama-0.32.14.ebuild
@@ -8,7 +8,7 @@ inherit cmake go-module systemd
DESCRIPTION="Get up and running with Llama 3, Mistral, Gemma, and other language models"
HOMEPAGE="https://ollama.com"
-LLAMA_CPP_tag=b10353
+LLAMA_CPP_tag=b10434
SRC_URI="
https://github.com/ollama/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz
@@ -26,7 +26,7 @@ RESTRICT="mirror test"
DEPEND="
acct-group/ollama
acct-user/ollama
- sci-ml/ggml:0/0.19.0
+ >=sci-ml/ggml-0.20.0:=
"
RDEPEND="
${DEPEND}