diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2024-03-23 14:57:42 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2024-03-23 15:16:57 +0100 |
commit | 5a3413a03de99b396551e0b9d43592d4c9c9b108 (patch) | |
tree | 90067a099916f774a29681344daac3f0c30b0bd2 | |
parent | Revert "x11-fonts/noto*: Restructure and update" (diff) |
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)));
~~~~~~^~~~~~~~~~~~
-rw-r--r-- | science/paraview/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |