Sat, 03 Jan 2026 00:22:16 CST | login

Information for build ceres-solver-2.1.0-3.oc9

ID44013
Package Nameceres-solver
Version2.1.0
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ceres-solver.git?.#516e864138d0ad466fbfa52292e22a2b00df0925
SummaryA non-linear least squares minimizer
Description Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It is a feature rich, mature and performant library which has been used in production at Google since 2010. Notable use of Ceres Solver is for the image alignment in Google Maps and for vehicle pose in Google Street View. Ceres Solver can solve two kinds of problems. 1. Non-linear Least Squares problems with bounds constraints. 2. General unconstrained optimization problems. Features include: - A friendly API: build your objective function one term at a time - Automatic and numeric differentiation - Robust loss functions - Local parameterizations - Threaded Jacobian evaluators and linear solvers - Trust region solvers with non-monotonic steps (Levenberg-Marquardt and Dogleg (Powell & Subspace)) - Line search solvers (L-BFGS and Nonlinear CG) - Dense QR and Cholesky factorization (using Eigen) for small problems - Sparse Cholesky factorization (using SuiteSparse) for large sparse problems - Specialized solvers for bundle adjustment problems in computer vision - Iterative linear solvers for general sparse and bundle adjustment problems - Runs on Linux, Windows, Mac OS X, Android, and iOS
Built byepol-bot
State complete
Volume DEFAULT
StartedMon, 01 Sep 2025 09:41:31 CST
CompletedMon, 01 Sep 2025 10:13:22 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ceres-solver.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ceres-solver.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ceres-solver-2.1.0-3.oc9.src.rpm (info) (download)
aarch64
ceres-solver-2.1.0-3.oc9.aarch64.rpm (info) (download)
ceres-solver-devel-2.1.0-3.oc9.aarch64.rpm (info) (download)
ceres-solver-debuginfo-2.1.0-3.oc9.aarch64.rpm (info) (download)
ceres-solver-debugsource-2.1.0-3.oc9.aarch64.rpm (info) (download)
loongarch64
ceres-solver-2.1.0-3.oc9.loongarch64.rpm (info) (download)
ceres-solver-devel-2.1.0-3.oc9.loongarch64.rpm (info) (download)
ceres-solver-debuginfo-2.1.0-3.oc9.loongarch64.rpm (info) (download)
ceres-solver-debugsource-2.1.0-3.oc9.loongarch64.rpm (info) (download)
x86_64
ceres-solver-2.1.0-3.oc9.x86_64.rpm (info) (download)
ceres-solver-devel-2.1.0-3.oc9.x86_64.rpm (info) (download)
ceres-solver-debuginfo-2.1.0-3.oc9.x86_64.rpm (info) (download)
ceres-solver-debugsource-2.1.0-3.oc9.x86_64.rpm (info) (download)
Logs
x86_64
build.log
mock_output.log
dnf.rpm.log
installed_pkgs.log
hw_info.log
state.log
dnf.log
mock_config.log
dnf.librepo.log
root.log
aarch64
mock_config.log
installed_pkgs.log
dnf.librepo.log
mock_output.log
state.log
root.log
build.log
dnf.rpm.log
hw_info.log
dnf.log
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
Changelog * Thu Aug 28 2025 doupengda <doupengda@loongson.cn> - 2.1.0-3 - [Type] other - [DESC] fix loongarch check fail * Wed Jun 04 2025 bbrucezhang <bbrucezhang@tencent.com> - 2.1.0-2 - Rebuilt for loongarch64 * Thu Apr 11 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.1.0-1 - initial build