Development is on Github: https://github.com/acxz/pkgbuilds Please open issues and PRs there instead of commenting.
Search Criteria
Package Details: libccd 2.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libccd.git (read-only, click to copy) |
---|---|
Package Base: | libccd |
Description: | Library for collision detection between two convex shapes. |
Upstream URL: | https://github.com/danfis/libccd |
Keywords: | collision |
Licenses: | BSD |
Conflicts: | libccd-git |
Provides: | libccd |
Submitter: | bchretien |
Maintainer: | acxz |
Last Packager: | acxz |
Votes: | 11 |
Popularity: | 0.001696 |
First Submitted: | 2013-10-28 14:48 (UTC) |
Last Updated: | 2019-05-17 03:13 (UTC) |
Required by (7)
- fcl
- fcl-git
- gazebo
- gazebo-git
- libdart
- mujoco-git
- omplapp (optional)
Sources (1)
Latest Comments
acxz commented on 2020-02-03 02:21 (UTC)
acxz commented on 2019-05-30 04:19 (UTC)
Package is now updated such that it works.
julien2711 commented on 2016-09-29 12:46 (UTC)
The current source does not work
this source line works for me:
source=("https://github.com/danfis/libccd/archive/v${pkgver}.zip")
sdfgeoff commented on 2016-09-29 02:21 (UTC) (edited on 2016-09-29 02:21 (UTC) by sdfgeoff)
The url appears to have reverted back:
-source=(http://www.danfis.cz/files/libccd-${pkgver}.tar.gz)
+source=(http://libccd.danfis.cz/files/libccd-${pkgver}.tar.gz)
The MD5sum also seems to be incorrect.
hamadr commented on 2016-01-28 12:15 (UTC)
The current url used to download the package is not working anymore.
-source=(http://libccd.danfis.cz/files/libccd-${pkgver}.tar.gz)
+source=(http://www.danfis.cz/files/libccd-${pkgver}.tar.gz)
bchretien commented on 2015-01-21 21:07 (UTC)
@mo1: thanks for the feedback! Indeed I just noticed this when updating simbody. This is probably going to impact most of my CMake-based packages... Which is quite annoying.
m01 commented on 2015-01-21 20:47 (UTC)
this package fails to install with the latest pacman, due to a symlink conflict issue. I added the -DCMAKE_INSTALL_LIBDIR=/usr/lib option to fix it.
Pinned Comments
acxz commented on 2020-02-03 02:21 (UTC)
Development is on Github: https://github.com/acxz/pkgbuilds Please open issues and PRs there instead of commenting.