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 E3624158B20 for ; Sat, 01 Feb 2025 16:14:22 +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 C9DC2343119 for ; Sat, 01 Feb 2025 16:14:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1A156110484; Sat, 01 Feb 2025 16:10:22 +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 0A672110482 for ; Sat, 01 Feb 2025 16:10:22 +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 BAB37343127 for ; Sat, 01 Feb 2025 16:10:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 273602601 for ; Sat, 01 Feb 2025 16:10:18 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1738408791.b228272c6c4d9a2d51f473a6357c7341c1531396.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-misc/llama-cpp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-misc/llama-cpp/llama-cpp-0_pre4576.ebuild sci-misc/llama-cpp/llama-cpp-9999.ebuild X-VCS-Directories: sci-misc/llama-cpp/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: b228272c6c4d9a2d51f473a6357c7341c1531396 X-VCS-Branch: master Date: Sat, 01 Feb 2025 16:10:18 +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: 01f8f9c3-1155-4987-a3db-dc6df43bb8d2 X-Archives-Hash: 2a6a51c6925e63730b8d65da578b1df3 commit: b228272c6c4d9a2d51f473a6357c7341c1531396 Author: Sergey Alirzaev riseup net> AuthorDate: Sat Feb 1 11:19:51 2025 +0000 Commit: David Roman gmail com> CommitDate: Sat Feb 1 11:19:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b228272c sci-misc/llama-cpp: strip march=native Closes: https://bugs.gentoo.org/949130 Signed-off-by: Sergey Alirzaev riseup.net> sci-misc/llama-cpp/llama-cpp-0_pre4576.ebuild | 1 + sci-misc/llama-cpp/llama-cpp-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sci-misc/llama-cpp/llama-cpp-0_pre4576.ebuild b/sci-misc/llama-cpp/llama-cpp-0_pre4576.ebuild index 18a0a72d9..39210dddf 100644 --- a/sci-misc/llama-cpp/llama-cpp-0_pre4576.ebuild +++ b/sci-misc/llama-cpp/llama-cpp-0_pre4576.ebuild @@ -27,6 +27,7 @@ src_configure() { -DLLAMA_BUILD_TESTS=OFF -DLLAMA_BUILD_SERVER=ON -DCMAKE_SKIP_BUILD_RPATH=ON + -DGGML_NATIVE=0 # don't set march -DBUILD_NUMBER="1" ) cmake_src_configure diff --git a/sci-misc/llama-cpp/llama-cpp-9999.ebuild b/sci-misc/llama-cpp/llama-cpp-9999.ebuild index 18a0a72d9..39210dddf 100644 --- a/sci-misc/llama-cpp/llama-cpp-9999.ebuild +++ b/sci-misc/llama-cpp/llama-cpp-9999.ebuild @@ -27,6 +27,7 @@ src_configure() { -DLLAMA_BUILD_TESTS=OFF -DLLAMA_BUILD_SERVER=ON -DCMAKE_SKIP_BUILD_RPATH=ON + -DGGML_NATIVE=0 # don't set march -DBUILD_NUMBER="1" ) cmake_src_configure