Skip to content

Commit

Permalink
math/ceres-solver: Mark BROKEN
Browse files Browse the repository at this point in the history
-- 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
  • Loading branch information
sunpoet committed Sep 29, 2023
1 parent 735a21a commit 3a11dd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions math/ceres-solver/Makefile
Expand Up @@ -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*}
Expand Down

0 comments on commit 3a11dd8

Please sign in to comment.