commit: 5bbade82014a7b1ca6a91f67a15f4999035712d9 Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Wed Jan 28 20:49:04 2026 +0000 Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> CommitDate: Thu Mar 5 22:23:47 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5bbade82
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 <negril.nx+gentoo <AT> gmail.com> 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+=(
