Package Details: ceres-solver-git 2.2.0.r135.gf9b7b6651-1

Git Clone URL: https://aur.archlinux.org/ceres-solver-git.git (read-only, click to copy)
Package Base: ceres-solver-git
Description: Solver for nonlinear least squares problems
Upstream URL: http://ceres-solver.org/
Licenses: LGPL
Conflicts: ceres-solver
Provides: ceres-solver
Submitter: dtag
Maintainer: None
Last Packager: sfn
Votes: 0
Popularity: 0.000000
First Submitted: 2018-08-28 11:24 (UTC)
Last Updated: 2025-10-15 18:02 (UTC)

Dependencies (9)

Required by (11)

Sources (1)

Latest Comments

sfn commented on 2025-10-16 17:22 (UTC)

A warning: the abi has changed enough that downstream programs often won't build.

For this reason, I'm disowning because I can't test it against other pieces of software. However, it has been very stable in the past, so I doubt the package will stop building anytime soon.

bartus commented on 2025-01-30 13:08 (UTC) (edited on 2025-01-30 13:14 (UTC) by bartus)

You are missing absail-cpp in the depends[] array

Also pkgver() could use some revamp.

pkgver() {
git -C "${srcdir}/$pkgname" describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

bartus commented on 2019-11-16 13:11 (UTC)

You are missing git in makedepends VCS-guidelines point.7