git: eb3726b92645 - main - math/geogram: Broken on 15 with clang 19
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Nov 2024 06:06:18 UTC
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