git: c983856a22de - main - graphics/simpleitk: Broken on armv7 and i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 05 Dec 2022 09:30:01 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c983856a22de3e41aa28e6db90844e44e5d61683

commit c983856a22de3e41aa28e6db90844e44e5d61683
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-05 08:34:13 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-05 09:29:58 +0000

    graphics/simpleitk: Broken on armv7 and i386
    
    Reported by:    fallout
---
 graphics/simpleitk/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/graphics/simpleitk/Makefile b/graphics/simpleitk/Makefile
index dd3816c4c016..7618936eabe7 100644
--- a/graphics/simpleitk/Makefile
+++ b/graphics/simpleitk/Makefile
@@ -10,6 +10,9 @@ WWW=		https://simpleitk.org/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	clang consistently runs out of memory
+BROKEN_i386=	clang consistently runs out of memory
+
 LIB_DEPENDS=	libgdcmCommon.so:devel/gdcm \
 		libhdf5.so:science/hdf5 \
 		libITKCommon-${ITK_VER}.so:science/InsightToolkit