From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 881401584AD for ; Wed, 16 Apr 2025 12:24:39 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 75735343126 for ; Wed, 16 Apr 2025 12:24:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 01AA81104B9; Wed, 16 Apr 2025 12:24:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id ED2121104B9 for ; Wed, 16 Apr 2025 12:24:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FDCC3430CD for ; Wed, 16 Apr 2025 12:24:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5CF322E5 for ; Wed, 16 Apr 2025 12:24:28 +0000 (UTC) From: "Paul Zander" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paul Zander" Message-ID: <1744805794.3670bb4d97602d491fb10b868c06b5623d7cdf42.negril.nx+gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-ml/ollama/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-ml/ollama/ollama-0.6.5-r1.ebuild sci-ml/ollama/ollama-9999.ebuild X-VCS-Directories: sci-ml/ollama/ X-VCS-Committer: negril.nx+gentoo X-VCS-Committer-Name: Paul Zander X-VCS-Revision: 3670bb4d97602d491fb10b868c06b5623d7cdf42 X-VCS-Branch: dev Date: Wed, 16 Apr 2025 12:24:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2d363a77-9666-42c4-9b6f-6df1b81264df X-Archives-Hash: cd30969bc08d56fc0c78d43a9a2afd74 commit: 3670bb4d97602d491fb10b868c06b5623d7cdf42 Author: Paul Zander gmail com> AuthorDate: Wed Apr 16 12:16:34 2025 +0000 Commit: Paul Zander gmail com> CommitDate: Wed Apr 16 12:16:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3670bb4d sci-ml/ollama: drop -O2 flag from go file Closes: https://bugs.gentoo.org/953877 Signed-off-by: Paul Zander gmail.com> sci-ml/ollama/ollama-0.6.5-r1.ebuild | 2 +- sci-ml/ollama/ollama-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-ml/ollama/ollama-0.6.5-r1.ebuild b/sci-ml/ollama/ollama-0.6.5-r1.ebuild index d5fda71a5..f0c4ca473 100644 --- a/sci-ml/ollama/ollama-0.6.5-r1.ebuild +++ b/sci-ml/ollama/ollama-0.6.5-r1.ebuild @@ -94,7 +94,7 @@ src_prepare() { -i CMakeLists.txt || die sed sed \ - -e "s/-O3/$(get-flag O)/g" \ + -e "s/ -O3//g" \ -i ml/backend/ggml/ggml/src/ggml-cpu/cpu.go || die sed # fix library location diff --git a/sci-ml/ollama/ollama-9999.ebuild b/sci-ml/ollama/ollama-9999.ebuild index 085c656fa..79bdf486b 100644 --- a/sci-ml/ollama/ollama-9999.ebuild +++ b/sci-ml/ollama/ollama-9999.ebuild @@ -94,7 +94,7 @@ src_prepare() { -i CMakeLists.txt || die sed sed \ - -e "s/-O3/$(get-flag O)/g" \ + -e "s/ -O3//g" \ -i ml/backend/ggml/ggml/src/ggml-cpu/cpu.go || die sed # fix library location