git: c53f4ec8dc00 - main - science/InsightToolkit521: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Dec 2022 21:21:20 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c53f4ec8dc009f623109648548fae9becb27c046
commit c53f4ec8dc009f623109648548fae9becb27c046
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-04 21:20:45 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-04 21:20:45 +0000
science/InsightToolkit521: Broken on i386
Reported by: fallout
---
science/InsightToolkit521/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/science/InsightToolkit521/Makefile b/science/InsightToolkit521/Makefile
index 56a498b90369..28a004098c4f 100644
--- a/science/InsightToolkit521/Makefile
+++ b/science/InsightToolkit521/Makefile
@@ -13,6 +13,8 @@ WWW= https://www.itk.org
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_i386= compilation fails: always_inline function '_mm_cvtsd_si32' requires target feature 'sse2' (i386 doesn't have SSE2 enabled by default, and adding -msse2 doesn't help)
+
BUILD_DEPENDS= googletest>=0:devel/googletest
LIB_DEPENDS= libgdcmCommon.so:devel/gdcm \
libexpat.so:textproc/expat2 \
@@ -48,8 +50,6 @@ CMAKE_ARGS= -DPython3_EXECUTABLE=${PYTHON_CMD}
CMAKE_OFF= ITK_USE_KWSTYLE BUILD_TESTING
CMAKE_TESTING_ON= BUILD_TESTING # 3 tests are known to fail, see https://github.com/InsightSoftwareConsortium/ITK/issues/3739
-CXXFLAGS_i386= -msse2 # to fix this error: always_inline function '_mm_cvtsd_si32' requires target feature 'sse2' (i386 doesn't have SSE2 enabled by default)
-
ITK_VER= ${PORTVERSION:R}
PLIST_SUB+= ITK_VER=${ITK_VER}