CXXFLAGS is set to CFLAGS as a temporary fix for the issue.
Search Criteria
Package Details: libdart 6.13.1-1
Package Actions
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 (AchmadFathoni) |
Last Packager: | daizhirui |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2014-06-19 11:19 (UTC) |
Last Updated: | 2024-02-07 00:02 (UTC) |
Dependencies (21)
- assimp (assimp-gitAUR)
- boost (boost-gitAUR)
- bullet (bullet-gitAUR, bullet-dp)
- coin-or-ipoptAUR
- eigen (eigen-gitAUR)
- fclAUR (fcl-gitAUR)
- fmt (fmt-gitAUR)
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR)
- glu (glu-gitAUR)
- libccdAUR (libccdAUR, libccd-gitAUR)
- libxi (libxi-gitAUR)
- libxmu
- nlopt
- octomapAUR (octomapAUR)
- ode
- openscenegraph (openscenegraph-gitAUR, openscenegraph-openmw-gitAUR)
- pagmoAUR (pagmo-gitAUR)
- tinyxml2 (tinyxml2-gitAUR)
- urdfdomAUR
- cmake (cmake-gitAUR) (make)
- pagmoAUR (pagmo-gitAUR) (optional) – pagmo optimizer support
Required by (7)
- gazebo (optional)
- gazebo-git (optional)
- gz-physics6
- gz-physics7
- gz-physics8
- ignition-physics
- ros2-humble-gazebo-ros
Sources (2)
daizhirui commented on 2023-10-31 16:06 (UTC)
oysstu commented on 2023-10-20 07:14 (UTC) (edited on 2023-10-20 07:16 (UTC) by oysstu)
I've had problems with libdart crashing. I've narrowed it down to improper indexed access of a vector, which is being caught by an assertion because archlinux compiles with D_GLIBCXX_ASSERTIONS by default. My fix so far has been to redefine CXXFLAGS to disable the assertions (export CXXFLAGS="$CFLAGS").
I've reported the issue upstream here: https://github.com/dartsim/dart/issues/1769
AchmadFathoni commented on 2023-03-06 02:35 (UTC)
Now you can open PR here https://github.com/AchmadFathoni/AUR-libdart.git
j_klee commented on 2023-03-05 16:09 (UTC)
Maybe you can make a repository at github? Then we can simply ask for a pull request. I also had the following problems stated below:
- fmt is a dependency that was missing in my case (from leuko)
- I needed to add the option -DDART_TREAT_WARNINGS_AS_ERRORS="off" (form angelodalzotto)
AchmadFathoni commented on 2023-02-14 03:55 (UTC)
Need co-maintainer for faster development response
angelodalzotto commented on 2023-02-13 22:21 (UTC)
I could not build here unless it is added -DDART_TREAT_WARNINGS_AS_ERRORS="off" to cmake line in build()
leuko commented on 2023-02-13 16:01 (UTC)
dep missing: fmt
AchmadFathoni commented on 2021-11-17 09:08 (UTC)
Remove flann dependency
# The latest tag 1.9.1 doesn't support C++17, which is the minimum
# requirement of DART >= 6.12. It should be resolved once
# https://github.com/flann-lib/flann/issues/476 as mainline already
# has the fix but just not released yet. Until then, the minimum
# required flann version to 1.9.2, which should be correctly updated
# once a new flann release is out.
acxz commented on 2019-05-02 19:17 (UTC)
Maintaining package currently. pagmo is now a dependency.
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.