Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Nov 2025 20:50:04 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c155f90ee2a5 - main - misc/ollama: Remove architecture restriction
Message-ID:  <692b5c7c.2b898.20f057f8@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c155f90ee2a5c83ab220292b6ea21d247bd19765

commit c155f90ee2a5c83ab220292b6ea21d247bd19765
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-11-28 06:10:54 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-11-29 20:50:00 +0000

    misc/ollama: Remove architecture restriction
    
    Ollama should likely work fine all architectures.
---
 misc/ollama/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/misc/ollama/Makefile b/misc/ollama/Makefile
index 6eaf60a1890d..65e9ad216ee2 100644
--- a/misc/ollama/Makefile
+++ b/misc/ollama/Makefile
@@ -11,9 +11,6 @@ WWW=		https://ollama.com \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64
-ONLY_FOR_ARCHS_REASON=	bundled patched llama-cpp is placed into the arch-specific path
-
 BUILD_DEPENDS=	bash:shells/bash \
 		cmake:devel/cmake-core \
 		glslc:graphics/shaderc \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692b5c7c.2b898.20f057f8>