diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-09-05 01:48:49 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-09-05 01:59:47 +0000 |
commit | 0e2604f174dfe2d21d0bfea81099a621aad4ef74 (patch) | |
tree | 881c44b73ccbc0d56d29f4a2bc20769552f77975 | |
parent | 30a03ce6197544a78bafdd04bbb3bcd6e2699ad4 (diff) | |
download | ports-0e2604f174dfe2d21d0bfea81099a621aad4ef74.tar.gz ports-0e2604f174dfe2d21d0bfea81099a621aad4ef74.zip |
misc/adios2: Broken on armv7
Reported by: fallout
-rw-r--r-- | misc/adios2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |