Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jun 2024 15:35:02 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: b508e25ccf46 - main - lang/halide: Broken on i386
Message-ID:  <202406051535.455FZ2Mc054376@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=b508e25ccf46426bfd2916b52c9b58054f6aa5c3

commit b508e25ccf46426bfd2916b52c9b58054f6aa5c3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-05 15:34:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-05 15:34:41 +0000

    lang/halide: Broken on i386
    
    Reported by:    fallout
---
 lang/halide/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/halide/Makefile b/lang/halide/Makefile
index 51bfc7637df9..ef76223775c4 100644
--- a/lang/halide/Makefile
+++ b/lang/halide/Makefile
@@ -12,6 +12,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BROKEN_aarch64=		fails to build: unhandled exception: Error: No arm support for this OS, see https://github.com/halide/Halide/issues/6972
+BROKEN_i386=		fails to compile: error: _Float16 is not supported on this target
 BROKEN_riscv64=		fails to build: /usr/include/c++/v1/__config:1141:6: No thread API
 
 BUILD_DEPENDS=	llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION} # because halide expects LLVMConfig.cmake



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