git: 0e2604f174df - main - misc/adios2: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Sep 2024 01:59:52 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e2604f174dfe2d21d0bfea81099a621aad4ef74 commit 0e2604f174dfe2d21d0bfea81099a621aad4ef74 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-09-05 01:48:49 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-09-05 01:59:47 +0000 misc/adios2: Broken on armv7 Reported by: fallout --- misc/adios2/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/adios2/Makefile b/misc/adios2/Makefile index 0db413aa4481..542a5a043ec7 100644 --- a/misc/adios2/Makefile +++ b/misc/adios2/Makefile @@ -10,6 +10,7 @@ WWW= https://github.com/ornladios/ADIOS2 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= compilation fails: non-constant-expression cannot be narrowed from type 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing] BROKEN_i386= constant expression evaluates to 18446744073709551613 which cannot be narrowed to type 'unsigned int': https://github.com/ornladios/ADIOS2/issues/2469 BROKEN_powerpc= constant expression evaluates to 18446744073709551613 which cannot be narrowed to type 'unsigned int': https://github.com/ornladios/ADIOS2/issues/2469