git
seems missing from deps, which causes build to fail in a chrooted clean environment. Here's the error part of the build log: https://pastebin.com/t8CZ1HeH
diff --git a/PKGBUILD b/PKGBUILD
index a05db76..9786b1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ arch=('i686' 'x86_64')
url="https://dartsim.github.io"
license=('BSD')
depends=('assimp' 'boost' 'eigen' 'fcl' 'libccd' 'bullet' 'coin-or-ipopt'
- 'nlopt' 'octomap' 'ode' 'openscenegraph' 'tinyxml2' 'urdfdom'
- 'glu' 'freeglut' 'libxi' 'libxmu' 'pagmo' 'fmt')
+ 'nlopt' 'octomap' 'ode' 'openscenegraph' 'tinyxml2' 'urdfdom'
+ 'glu' 'freeglut' 'libxi' 'libxmu' 'pagmo' 'fmt' 'git')
optdepends=('pagmo: pagmo optimizer support')
makedepends=('cmake')
provides=('dartsim')
Pinned Comments
AchmadFathoni commented on 2023-02-14 03:55 (UTC)
Need co-maintainer for faster development response
midgard commented on 2019-03-01 15:25 (UTC)
If you're interested in some of the optional dependencies, they should be installed before building this package. If you install them later, you have to rebuild this package to use them with DART.