svn commit: r549606 - head/misc/adios2

Yuri Victorovich yuri at FreeBSD.org
Tue Sep 22 16:24:16 UTC 2020


Author: yuri
Date: Tue Sep 22 16:24:15 2020
New Revision: 549606
URL: https://svnweb.freebsd.org/changeset/ports/549606

Log:
  misc/adios2: Broken on i386

Modified:
  head/misc/adios2/Makefile

Modified: head/misc/adios2/Makefile
==============================================================================
--- head/misc/adios2/Makefile	Tue Sep 22 16:20:01 2020	(r549605)
+++ head/misc/adios2/Makefile	Tue Sep 22 16:24:15 2020	(r549606)
@@ -12,6 +12,8 @@ COMMENT=	Next generation of ADIOS developed in the Exa
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	constant expression evaluates to 18446744073709551613 which cannot be narrowed to type 'unsigned int': https://github.com/ornladios/ADIOS2/issues/2469
+
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libblosc.so:archivers/c-blosc \
 		libepoll-shim.so:devel/libepoll-shim \


More information about the svn-ports-all mailing list