Skip to content

Commit

Permalink
math/ceres-solver: upgrade to 2.2.0rc1 and unbreak
Browse files Browse the repository at this point in the history
Remove the patches. All tests pass.

PR:		274200
Approved by:	yuri (maintainer)
  • Loading branch information
thierry-FreeBSD committed Oct 2, 2023
1 parent c47c706 commit b736288
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 77 deletions.
5 changes: 1 addition & 4 deletions math/ceres-solver/Makefile
@@ -1,6 +1,5 @@
PORTNAME= ceres-solver
DISTVERSION= 2.1.0
PORTREVISION= 6
DISTVERSION= 2.2.0rc1
CATEGORIES= math

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -10,8 +9,6 @@ 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
6 changes: 3 additions & 3 deletions math/ceres-solver/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1657609627
SHA256 (ceres-solver-ceres-solver-2.1.0_GH0.tar.gz) = ccbd716a93f65d4cb017e3090ae78809e02f5426dce16d0ee2b4f8a4ba2411a8
SIZE (ceres-solver-ceres-solver-2.1.0_GH0.tar.gz) = 3775210
TIMESTAMP = 1696182357
SHA256 (ceres-solver-ceres-solver-2.2.0rc1_GH0.tar.gz) = 723077a8451c2592299dd8a627b770ffec02c179881badd05026df9f822b7f15
SIZE (ceres-solver-ceres-solver-2.2.0rc1_GH0.tar.gz) = 3818421
52 changes: 0 additions & 52 deletions math/ceres-solver/files/patch-cmake_FindSuiteSparse.cmake

This file was deleted.

14 changes: 0 additions & 14 deletions math/ceres-solver/files/patch-internal_ceres_covariance__impl.cc

This file was deleted.

7 changes: 3 additions & 4 deletions math/ceres-solver/pkg-plist
@@ -1,10 +1,10 @@
include/ceres/autodiff_cost_function.h
include/ceres/autodiff_first_order_function.h
include/ceres/autodiff_local_parameterization.h
include/ceres/autodiff_manifold.h
include/ceres/c_api.h
include/ceres/ceres.h
include/ceres/conditioned_cost_function.h
include/ceres/constants.h
include/ceres/context.h
include/ceres/cost_function.h
include/ceres/cost_function_to_functor.h
Expand All @@ -25,6 +25,7 @@ include/ceres/internal/autodiff.h
include/ceres/internal/config.h
include/ceres/internal/disable_warnings.h
include/ceres/internal/eigen.h
include/ceres/internal/euler_angles.h
include/ceres/internal/export.h
include/ceres/internal/fixed_array.h
include/ceres/internal/householder_vector.h
Expand All @@ -42,7 +43,6 @@ include/ceres/iteration_callback.h
include/ceres/jet.h
include/ceres/jet_fwd.h
include/ceres/line_manifold.h
include/ceres/local_parameterization.h
include/ceres/loss_function.h
include/ceres/manifold.h
include/ceres/manifold_test_utils.h
Expand All @@ -66,9 +66,8 @@ lib/cmake/Ceres/CeresConfig.cmake
lib/cmake/Ceres/CeresConfigVersion.cmake
lib/cmake/Ceres/CeresTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/Ceres/CeresTargets.cmake
lib/cmake/Ceres/FindCXSparse.cmake
lib/cmake/Ceres/FindMETIS.cmake
lib/cmake/Ceres/FindSuiteSparse.cmake
lib/libceres.so
lib/libceres.so.3
lib/libceres.so.4
lib/libceres.so.%%VERSION%%

0 comments on commit b736288

Please sign in to comment.