Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2025 07:25:39 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: 1d13835d94f2 - main - science/paraview: fix on 14-amd64
Message-ID:  <202506090725.5597PdSv050823@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by thierry:

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

commit 1d13835d94f271b35fc86e4b30a96e073b783a1c
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2025-06-08 20:25:21 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2025-06-09 07:25:35 +0000

    science/paraview: fix on 14-amd64
    
    Clang 19 is needed, it fails with Clang 18.1.6:
    
    ld: error: undefined symbol: vtktoken::Token::Token(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)
    >>> referenced by tokenize.cxx
    >>>               CMakeFiles/tokenize.dir/tokenize.cxx.o:(main)
    
    PR:             287346
    Reported by:    kevinz5000 (at) gmail.com
---
 science/paraview/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/paraview/Makefile b/science/paraview/Makefile
index db354abaf595..84dc3d063216 100644
--- a/science/paraview/Makefile
+++ b/science/paraview/Makefile
@@ -63,7 +63,7 @@ RUN_DEPENDS=	${PYNUMPY}	\
 		${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:math/py-matplotlib@${PY_FLAVOR}
 
 USES=		alias cmake compiler:c++17-lang desktop-file-utils eigen:3 fortran gl gnome	\
-		jpeg localbase pkgconfig python qt:6 shebangfix sqlite tar:xz xorg
+		jpeg localbase llvm:min=19 pkgconfig python qt:6 shebangfix sqlite tar:xz xorg
 USE_GL=		glew opengl
 USE_GNOME=	libxml2
 USE_QT=		5compat base svg tools webengine


home | help

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