Date: Sun, 25 Sep 2022 06:09:04 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: b8622b361892 - main - misc/adios2: Broken (by cmake update to 3.24.0) Message-ID: <202209250609.28P694Na050658@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=b8622b361892f435378996bb11ddd3a0a21f450c commit b8622b361892f435378996bb11ddd3a0a21f450c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-09-25 06:08:15 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-09-25 06:09:02 +0000 misc/adios2: Broken (by cmake update to 3.24.0) --- misc/adios2/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/adios2/Makefile b/misc/adios2/Makefile index 68708c85da34..035ed4afcb0f 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= upgrade of cmake to 3.24.0 broke adios2, see https://github.com/ornladios/ADIOS2/issues/3348 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209250609.28P694Na050658>