aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 16:15:13 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 16:15:13 +0000
commit3a11dd8e3e411a74e5b16ccaa21c530facd266a3 (patch)
tree4defedd21eb426f73b87feebc10358701579a215
parent735a21a020f907179c89329c973793dcca1393a7 (diff)
downloadports-3a11dd8e3e411a74e5b16ccaa21c530facd266a3.tar.gz
ports-3a11dd8e3e411a74e5b16ccaa21c530facd266a3.zip
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
-rw-r--r--math/ceres-solver/Makefile2
1 files changed, 2 insertions, 0 deletions
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*}