Date: Sat, 23 Mar 2024 14:17:01 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5a3413a03de9 - main - science/paraview: mark BROKEN on i386 untill a fix has been found. Message-ID: <202403231417.42NEH1Ed013683@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a3413a03de99b396551e0b9d43592d4c9c9b108 commit 5a3413a03de99b396551e0b9d43592d4c9c9b108 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2024-03-23 13:57:42 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2024-03-23 14:16:57 +0000 science/paraview: mark BROKEN on i386 untill a fix has been found. /wrkdirs/usr/ports/science/paraview/work/ParaView-v5.12.0/VTK/ThirdParty/xdmf3/vtkxdmf3/core/XdmfArray.cpp:216:18: error: no matching member function for call to 'getArrayType' return this->getArrayType(&(array.get()->operator[](0))); ~~~~~~^~~~~~~~~~~~ --- science/paraview/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 4b90ecf27181..dadf4654ae9d 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -11,6 +11,8 @@ WWW= https://www.paraview.org/ # See https://www.paraview.org/license/ LICENSE= BSD3CLAUSE +BROKEN_i386= no matching member function for call to 'getArrayType' + BUILD_DEPENDS= ${PYNUMPY} \ cli11>0:devel/cli11 \ utf8cpp>0:devel/utf8cpp \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231417.42NEH1Ed013683>