Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2024 19:18:46 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: 36c523f5a985 - main - science/ttk: Attempt to fix build by adding the searched depency package fast_float
Message-ID:  <202404081918.438JIkT9012932@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=36c523f5a985ec3a98fb8ea906aa6d35ac8eea62

commit 36c523f5a985ec3a98fb8ea906aa6d35ac8eea62
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-08 19:07:24 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-08 19:18:41 +0000

    science/ttk: Attempt to fix build by adding the searched depency package fast_float
    
    Reported by:    fallout
---
 science/ttk/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/ttk/Makefile b/science/ttk/Makefile
index 31b12351e8b7..f8bb00b20510 100644
--- a/science/ttk/Makefile
+++ b/science/ttk/Makefile
@@ -23,6 +23,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boost/functional/hash.hpp:devel/boost-libs \
 		websocketpp>0:devel/websocketpp \
 		${PY_DEPENDS}
 BUILD_DEPENDS+=	nlohmann-json>0:devel/nlohmann-json # is required by lib/cmake/paraview-5.11/vtk/VTK-vtk-module-find-packages.cmake:1167
+BUILD_DEPENDS+=	fast_float>0:math/fast_float # attempt to fix build failures triggered by find_package(fastfloat) from paraview's vtk cmake scripts
 LIB_DEPENDS=	libcgraph.so:graphics/graphviz \
 		libembree3.so:graphics/embree \
 		libfreetype.so:print/freetype2 \



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