From 5bbade82014a7b1ca6a91f67a15f4999035712d9 Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Wed, 28 Jan 2026 21:49:04 +0100 Subject: [PATCH] sci-ml/ollama: 9999 build for CUDAARCHS=all-major Closes: https://bugs.gentoo.org/968608 Closes: https://bugs.gentoo.org/968549 Signed-off-by: Paul Zander --- sci-ml/ollama/ollama-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-ml/ollama/ollama-9999.ebuild b/sci-ml/ollama/ollama-9999.ebuild index 968bd09f50..0c9e306ed2 100644 --- a/sci-ml/ollama/ollama-9999.ebuild +++ b/sci-ml/ollama/ollama-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -273,9 +273,9 @@ src_configure() { CUDAHOSTCXX="$(cuda_gccdir)" CUDAHOSTLD="$(tc-getCXX)" - # default to all for now until cuda.eclass is updated + # default to all-major for now until cuda.eclass is updated if [[ ! -v CUDAARCHS ]]; then - local CUDAARCHS="all" + local CUDAARCHS="all-major" fi mycmakeargs+=(