public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/ollama/
Date: Mon, 10 Feb 2025 09:42:08 +0000 (UTC)	[thread overview]
Message-ID: <1739122859.e39750a3bb6ffeb16ff7ef57cb80a5948c6f753f.davidroman@gentoo> (raw)

commit:     e39750a3bb6ffeb16ff7ef57cb80a5948c6f753f
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Sun Feb  9 17:40:51 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Feb  9 17:40:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e39750a3

app-misc/ollama: mark executables as exacutable

The build system has exectuables in /usr/lib/ollama/runners/rocm/ ...

Bug: https://bugs.gentoo.org/946268#c17
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>

 app-misc/ollama/ollama-0.5.7-r1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app-misc/ollama/ollama-0.5.7-r1.ebuild b/app-misc/ollama/ollama-0.5.7-r1.ebuild
index e95741936..120a9b5ff 100644
--- a/app-misc/ollama/ollama-0.5.7-r1.ebuild
+++ b/app-misc/ollama/ollama-0.5.7-r1.ebuild
@@ -160,6 +160,10 @@ src_install() {
 		doins -r "dist/linux-${ARCH}/lib/ollama"
 	fi
 
+	if use rocm; then
+		fperms +x /usr/lib/ollama/runners/rocm/ollama_llama_server
+	fi
+
 	doinitd "${FILESDIR}"/ollama.init
 }
 


             reply	other threads:[~2025-02-10  9:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-10  9:42 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-01 16:10 [gentoo-commits] repo/proj/guru:master commit in: app-misc/ollama/ David Roman
2025-02-01 16:10 David Roman
2025-01-27  9:57 David Roman
2024-09-19 12:13 David Roman
2024-09-19 12:13 David Roman

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=1739122859.e39750a3bb6ffeb16ff7ef57cb80a5948c6f753f.davidroman@gentoo \
    --to=davidroman96@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