Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Dec 2022 09:30:01 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: c983856a22de - main - graphics/simpleitk: Broken on armv7 and i386
Message-ID:  <202212050930.2B59U16N029334@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=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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212050930.2B59U16N029334>