Package Details: libdart 6.15.0-1

Git Clone URL: https://aur.archlinux.org/libdart.git (read-only, click to copy)
Package Base: libdart
Description: Dynamic Animation and Robotics Toolkit
Upstream URL: https://dartsim.github.io
Keywords: dart dartsim physicsengine robotics
Licenses: BSD
Provides: dartsim
Submitter: bchretien
Maintainer: daizhirui
Last Packager: daizhirui
Votes: 5
Popularity: 0.000000
First Submitted: 2014-06-19 11:19 (UTC)
Last Updated: 2025-01-26 03:36 (UTC)

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.

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

GPereira commented on 2018-05-09 09:17 (UTC)

I've update it, please check it :)

GPereira commented on 2018-05-09 09:07 (UTC)

Nah, send me via email please :) it's in my profile

GPereira commented on 2018-05-09 09:04 (UTC)

Thanks, post it here please

wdna commented on 2018-05-09 09:04 (UTC)

@GPereira I sent the file to your email on profile.

wdna commented on 2018-05-09 08:57 (UTC) (edited on 2018-05-09 09:11 (UTC) by wdna)

@GPereira well I'm not sure what is exactly the issue with flann, however, it did not build at all, a cmake file error. I managed to fix that the following way:

prepare() {
  ..
  touch src/cpp/empty.cpp
  sed -i -e 's/flann_cpp SHARED \"\"/flann_cpp SHARED \"empty\.cpp\"/g' src/cpp/CMakeLists.txt
  sed -i -e 's/flann SHARED \"\"/flann SHARED \"empty\.cpp\"/g' src/cpp/CMakeLists.txt
}

then I also removed the lz4 patch from flann and walla, libdart-6.4.0 was built:

Packages (1) libdart-6.4.0-1

I have updated PKGBUILD for flann, how can I send you?

GPereira commented on 2018-05-09 07:58 (UTC)

I do not own flann but I comantain it, send me the PKGBUILD for it and I upload it :)

wdna commented on 2018-05-09 07:35 (UTC) (edited on 2018-05-09 07:36 (UTC) by wdna)

@GPereira, I see now where it comes from, I have messed with flann a while ago related to other pages. yes it has issues and also needed to be updated, let me try to compose a working 6.4.0 package.

GPereira commented on 2018-05-08 17:39 (UTC)

The error is that flann is not linking LZ4 correctly

GPereira commented on 2018-05-08 17:38 (UTC)

Do you want to help me to correct that error on flann if I make you a co-mantainer?

GPereira commented on 2018-05-08 17:37 (UTC)

that's a know bug, I think I will rollback to 6.3.0 since it is throwing an error with flann