mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
math/ceres-solver: Update 2.0.0 -> 2.1.0
Bump 3 ports.
This commit is contained in:
parent
4ed2bd37b0
commit
09928f1e65
6 changed files with 33 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= colmap
|
||||
DISTVERSION= 3.6
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= ceres-solver
|
||||
DISTVERSION= 2.0.0
|
||||
PORTREVISION= 4
|
||||
DISTVERSION= 2.1.0
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -13,25 +12,29 @@ BUILD_DEPENDS= glog>=0.5.0:devel/glog
|
|||
LIB_DEPENDS= libglog.so:devel/glog
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS:Meigen*}
|
||||
|
||||
USES= cmake compiler:${OPENMP}c++11-lib eigen:3 localbase shebangfix
|
||||
USES= cmake:testing compiler:${OPENMP}c++11-lib eigen:3 localbase shebangfix
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
SHEBANG_FILES= examples/slam/pose_graph_*/plot_results.py \
|
||||
scripts/make_docs.py
|
||||
|
||||
CMAKE_ON= BUILD_SHARED_LIBS
|
||||
CMAKE_OFF= BUILD_BENCHMARKS
|
||||
CMAKE_OFF= BUILD_BENCHMARKS BUILD_TESTING
|
||||
|
||||
LDFLAGS+= -Wl,--as-needed # -lccolamd -lcholmod -lrt from suitesparse
|
||||
PLIST_SUB= VERSION=${DISTVERSION:C/rc.*//}
|
||||
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME:S/-solver//}
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/-solver//}
|
||||
DOCSDIR= ${PREFIX}/share/doc/Ceres
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
|
||||
OPTIONS_DEFINE= CUSTOM_BLAS EXAMPLES DOCS GFLAGS LAPACK OPENMP SCHUR TEST
|
||||
OPTIONS_DEFAULT=CUSTOM_BLAS CXSPARSE OPENBLAS OPENMP SCHUR SUITESPARSE
|
||||
OPTIONS_RADIO= LAPACK THREADS
|
||||
OPTIONS_DEFINE= CUSTOM_BLAS EXAMPLES DOCS GFLAGS LAPACK OPENMP SCHUR
|
||||
OPTIONS_DEFAULT= CUSTOM_BLAS CXSPARSE GFLAGS OPENBLAS OPENMP SCHUR SUITESPARSE
|
||||
OPTIONS_RADIO= LAPACK THREADS
|
||||
OPTIONS_RADIO_LAPACK= ATLAS GOTOBLAS NETLIB OPENBLAS
|
||||
OPTIONS_GROUP= SPARSE
|
||||
OPTIONS_GROUP= SPARSE
|
||||
OPTIONS_GROUP_SPARSE= CXSPARSE EIGENSPARSE SUITESPARSE
|
||||
|
||||
CUSTOM_BLAS_DESC= Handcoded BLAS routines instead of Eigen
|
||||
|
@ -59,9 +62,6 @@ SCHUR_DESC= Fixed-size schur specializations
|
|||
SCHUR_CMAKE_BOOL= SCHUR_SPECIALIZATIONS
|
||||
|
||||
# XXX Unbundle googletest/googlemock
|
||||
TEST_CMAKE_BOOL= BUILD_TESTING
|
||||
TEST_TEST_TARGET= test
|
||||
TEST_IMPLIES= GFLAGS
|
||||
|
||||
LAPACK_DESC= Linear Algebra PACKage
|
||||
LAPACK_CMAKE_BOOL= LAPACK
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1603478168
|
||||
SHA256 (ceres-solver-ceres-solver-2.0.0_GH0.tar.gz) = 2ab0348e0f65fdf43bebcd325a1c73f7e8999691ee75e2a2981281931c42e9fa
|
||||
SIZE (ceres-solver-ceres-solver-2.0.0_GH0.tar.gz) = 3708201
|
||||
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
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
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
|
||||
|
@ -24,28 +25,38 @@ include/ceres/internal/autodiff.h
|
|||
include/ceres/internal/config.h
|
||||
include/ceres/internal/disable_warnings.h
|
||||
include/ceres/internal/eigen.h
|
||||
include/ceres/internal/export.h
|
||||
include/ceres/internal/fixed_array.h
|
||||
include/ceres/internal/householder_vector.h
|
||||
include/ceres/internal/integer_sequence_algorithm.h
|
||||
include/ceres/internal/jet_traits.h
|
||||
include/ceres/internal/line_parameterization.h
|
||||
include/ceres/internal/memory.h
|
||||
include/ceres/internal/numeric_diff.h
|
||||
include/ceres/internal/parameter_dims.h
|
||||
include/ceres/internal/port.h
|
||||
include/ceres/internal/reenable_warnings.h
|
||||
include/ceres/internal/sphere_manifold_functions.h
|
||||
include/ceres/internal/variadic_evaluate.h
|
||||
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
|
||||
include/ceres/normal_prior.h
|
||||
include/ceres/numeric_diff_cost_function.h
|
||||
include/ceres/numeric_diff_first_order_function.h
|
||||
include/ceres/numeric_diff_options.h
|
||||
include/ceres/ordered_groups.h
|
||||
include/ceres/problem.h
|
||||
include/ceres/product_manifold.h
|
||||
include/ceres/rotation.h
|
||||
include/ceres/sized_cost_function.h
|
||||
include/ceres/solver.h
|
||||
include/ceres/sphere_manifold.h
|
||||
include/ceres/tiny_solver.h
|
||||
include/ceres/tiny_solver_autodiff_function.h
|
||||
include/ceres/tiny_solver_cost_function_adapter.h
|
||||
|
@ -55,6 +66,9 @@ 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.2
|
||||
lib/libceres.so.3
|
||||
lib/libceres.so.%%VERSION%%
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= openturns
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.19
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= openmvg
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= misc science
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
Loading…
Add table
Reference in a new issue