Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2024 03:11:51 GMT
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: 40755e7b159f - main - misc/koboldcpp: Broken on armv7 and i386
Message-ID:  <202409190311.48J3Bp3e093573@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit 40755e7b159f187666867dc9cddee649a21ea8b7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-09-19 03:02:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-19 03:11:43 +0000

    misc/koboldcpp: Broken on armv7 and i386
    
    Reported by:    fallout
---
 misc/koboldcpp/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/misc/koboldcpp/Makefile b/misc/koboldcpp/Makefile
index 37b29180bfb3..29d56f39ebd3 100644
--- a/misc/koboldcpp/Makefile
+++ b/misc/koboldcpp/Makefile
@@ -10,6 +10,9 @@ WWW=		https://github.com/lostruins/koboldcpp
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+BROKEN_armv7=	compilation fails, see https://github.com/LostRuins/koboldcpp/issues/1129
+BROKEN_i386=	compilation fails, see https://github.com/LostRuins/koboldcpp/issues/1129
+
 LIB_DEPENDS=	libopenblas.so:math/openblas \
 		libvulkan.so:graphics/vulkan-loader
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409190311.48J3Bp3e093573>