Sat, 15 Jun 2024 07:50:49 UTC | login

Information for build ceres-solver-1.14.0-7.fc33

ID189434
Package Nameceres-solver
Version1.14.0
Release7.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ceres-solver.git#a1e163aa9a58724126fc92c1fb4fda1d87b36d94
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 bydavidlt
State complete
Volume DEFAULT
StartedSat, 28 Nov 2020 03:59:15 UTC
CompletedSat, 28 Nov 2020 07:25:43 UTC
Taskbuild (f33, /rpms/ceres-solver.git:a1e163aa9a58724126fc92c1fb4fda1d87b36d94)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ceres-solver.git#a1e163aa9a58724126fc92c1fb4fda1d87b36d94'}}
Tags
f33
f37
f38
RPMs
src
ceres-solver-1.14.0-7.fc33.src.rpm (info) (download)
riscv64
ceres-solver-1.14.0-7.fc33.riscv64.rpm (info) (download)
ceres-solver-devel-1.14.0-7.fc33.riscv64.rpm (info) (download)
ceres-solver-debuginfo-1.14.0-7.fc33.riscv64.rpm (info) (download)
ceres-solver-debugsource-1.14.0-7.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Mon Oct 05 2020 Sandro Mani <manisandro@gmail.com> - 1.14.0-7 - Rebuild (eigen3) * Thu Aug 27 2020 Iñaki Úcar <iucar@fedoraproject.org> - 1.14.0-6 - https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager * Tue Jul 28 2020 Scott K Logan <logans@cottsay.net> - 1.14.0-5 - Drop lapack-devel now that FindLAPACK supports BLAS correctly - Drop BLAS_LIBRARIES var when not using ATLAS * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Mar 11 2020 Scott K Logan <logans@cottsay.net> - 1.14.0-3 - Add lapack-devel build dependency so that SuiteSparse builds - Add missing gflags-devel dependency to -devel subpackage * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Nov 13 2019 Sandro Mani <manisandro@gmail.com> - 1.14.0-1 - Update to 1.14.0 - Switch to openblas where possible (#1618941) * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Dec 26 2018 Sandro Mani <manisandro@gmail.com> - 1.13.0-10 - Rebuild (eigen3) * Mon Dec 10 2018 Sandro Mani <manisandro@gmail.com> - 1.13.0-9 - Rebuild (eigen3) * Sat Oct 13 2018 Jerry James <loganjerry@gmail.com> - 1.13.0-8 - Rebuild for tbb 2019_U1