Date: Fri, 29 Sep 2023 16:20:54 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3a11dd8e3e41 - main - math/ceres-solver: Mark BROKEN Message-ID: <202309291620.38TGKsML066589@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a11dd8e3e411a74e5b16ccaa21c530facd266a3 commit 3a11dd8e3e411a74e5b16ccaa21c530facd266a3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-29 16:15:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-29 16:15:13 +0000 math/ceres-solver: Mark BROKEN -- Configuring done (2.9s) CMake Error at internal/ceres/CMakeLists.txt:329 (target_link_libraries): Target "ceres" links to: CXSparse::CXSparse but the target was not found. Possible reasons include: * There is a typo in the target name. * A find_package call is missing for an IMPORTED target. * An ALIAS target is missing. CMake Error at internal/ceres/CMakeLists.txt:295 (target_link_libraries): Target "ceres_static" links to: CXSparse::CXSparse but the target was not found. Possible reasons include: * There is a typo in the target name. * A find_package call is missing for an IMPORTED target. * An ALIAS target is missing. -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BOOST_PYTHON_SUFFIX CMAKE_COLOR_MAKEFILE CMAKE_MODULE_LINKER_FLAGS CMAKE_VERBOSE_MAKEFILE FETCHCONTENT_FULLY_DISCONNECTED Python3_EXECUTABLE Python_EXECUTABLE CMake Generate step failed. Build files cannot be regenerated correctly. *** Error code 1 Reference: https://pkg-status.freebsd.org/beefy12/data/140releng-amd64-default/30045eaacebe/logs/ceres-solver-2.1.0_6.log https://pkg-status.freebsd.org/beefy16/data/132amd64-default/30045eaacebe/logs/ceres-solver-2.1.0_6.log https://pkg-status.freebsd.org/beefy6/data/124amd64-default/d89d8cab6aaa/logs/ceres-solver-2.1.0_6.log --- math/ceres-solver/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index 28d96551eb84..7d60a7364628 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -10,6 +10,8 @@ WWW= http://ceres-solver.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= configure error: Target "ceres" links to: CXSparse::CXSparse but the target was not found + BUILD_DEPENDS= glog>=0.5.0:devel/glog LIB_DEPENDS= libglog.so:devel/glog RUN_DEPENDS:= ${BUILD_DEPENDS:Meigen*}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309291620.38TGKsML066589>