Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2024 06:06:18 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: eb3726b92645 - main - math/geogram: Broken on 15 with clang 19
Message-ID:  <202411090606.4A966INS057702@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=eb3726b92645b2bf08b9bb23fba75981281bf68c

commit eb3726b92645b2bf08b9bb23fba75981281bf68c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-09 04:42:59 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-09 06:06:08 +0000

    math/geogram: Broken on 15 with clang 19
    
    Reported by:    fallout
---
 math/geogram/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/geogram/Makefile b/math/geogram/Makefile
index 15f208375f55..3033343f5064 100644
--- a/math/geogram/Makefile
+++ b/math/geogram/Makefile
@@ -10,6 +10,7 @@ WWW=		https://github.com/BrunoLevy/geogram # was: https://github.com/alicevision
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/doc/devkit/license.dox
 
+BROKEN_FreeBSD_15=	compilation is broke with clang-19, see https://github.com/BrunoLevy/geogram/issues/188
 ONLY_FOR_ARCHS=	amd64 i386
 ONLY_FOR_ARCHS_REASON=	use of inline assembly for these architectures only, at least in src/lib/geogram/basic/atomics.h
 



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