Version: 0.16.3, Package name: ode-0.16.3 |
Maintained by: Kirill Bychkov |
Master sites: |
Description ODE is an open source, high performance library for simulating rigid body dynamics. It is fully featured, stable, mature and platform independent with an easy to use C/C++ API. It has advanced joint types and integrated collision detection with friction. ODE is useful for simulating vehicles, objects in virtual reality environments and virtual creatures. It is currently used in many computer games, 3D authoring tools and simulation tools. |
Filesize: 2566.777 KB |
Version History (View Complete History) |
|
2020-09-16 22:58:25 by Kirill Bychkov | Files touched by this commit (3) |
Log message: update to ode-0.16.2 |
2020-09-13 06:11:30 by Kirill Bychkov | Files touched by this commit (2) |
Log message: fix build on sparc64 |
2020-09-04 14:06:58 by Kirill Bychkov | Files touched by this commit (7) |
Log message: Update to ode-0.16 Switch HOMEPAGE to https and remove dead MASTER_SITES while here. |
2019-07-12 14:45:17 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-19 13:13:47 by Christian Weisgerber | Files touched by this commit (40) |
Log message: switch to CONFIGURE_STYLE=autoreconf |
2019-01-13 08:08:01 by Pascal Stumpf | Files touched by this commit (3) |
Log message: Use CXX for linking instead of hardcoding -lstdc++. Fixes build on aarch64. ok kirby@ (maintainer) |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-08-03 01:07:45 by Marc Espie | Files touched by this commit (13) |
Log message: enforce PATH when running autoreconf |
2018-04-07 01:55:14 by Marc Espie | Files touched by this commit (4) |
Log message: fixes for clang 6.0 |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2016-03-11 12:59:18 by Christian Weisgerber | Files touched by this commit (178) |
Log message: garbage collect CONFIGURE_SHARED |
2016-01-13 15:14:25 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: stop using malloc.h; no pkg change |
2015-12-23 03:58:54 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Unbreak: needs devel/libtool |
2015-12-23 01:53:57 by Kirill Bychkov | Files touched by this commit (4) |
Log message: update to ode-0.14 |
2015-01-20 21:55:43 by Kirill Bychkov | Files touched by this commit (5) |
Log message: update to ode-0.13.1 |
2010-10-24 15:11:03 by Antoine Jacoutot | Files touched by this commit (39) |
Log message: Remove USE_X11. |
2010-10-17 13:12:33 by Jonathan Armani | Files touched by this commit (3) |
Log message: Upstream rerolled the tar.gz and broke it by adding a root dir, switch to bz2. Update my email, update depends, use new style and bump using REVISION. Feedback from Kirill Bychkov. portswise ok kili@ |
2009-08-06 04:59:21 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: - install examples - fix wantlib from Kirill Bychkov, thanks |