Package Details: ceres-solver-git r1467.db1f5b57-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: dtag
Last Packager: dtag
Votes: 0
Popularity: 0.000000
First Submitted: 2018-08-28 11:24 (UTC)
Last Updated: 2019-06-19 12:21 (UTC)

Dependencies (5)

Required by (11)

Sources (1)

Latest Comments

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