Summary
Bullet is a professional open source multi-threaded 3D Collision Detection and Rigid Body Dynamics Library for games and animation.
Versions
v3.22b :: 0/3.22b :: gentoo (Masked by set 5906)
- Modified
- License
- ZLIB
- Keywords
- ~amd64 ~amd64-linux ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x86-linux
- USE flags
- doc double-precision examples extras openmp tbb test threads
v3.21 :: 0/3.21 :: gentoo
- Modified
- License
- ZLIB
- Keywords
- amd64 ~amd64-linux ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~x86-linux
- USE flags
- doc double-precision examples extras openmp tbb test threads
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- double-precision
- Build libraries in double precision
- examples
- Install examples, usually source code
- extras
- Build the extras
- openmp
- Build support for the OpenMP (support parallel computing), requires >=sys-devel/gcc-4.2 built with USE="openmp"
- tbb
- Enable multithreading with the Intel Threads Building Block dev-cpp/tbb
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- threads
- Add threads support for various packages. Usually pthreads
Dependencies
dev-cpp / tbb : High level abstract threading library
media-libs / freeglut : A free OpenGL utility toolkit, the open-sourced alternative to the GLUT library
Runtime Dependencies
dev-cpp / tbb : High level abstract threading library
media-libs / freeglut : A free OpenGL utility toolkit, the open-sourced alternative to the GLUT library
Depending packages
dev-games / ogre : Object-oriented Graphics Rendering Engine
dev-libs / efl : Enlightenment Foundation Libraries all-in-one package
games-engines / openmw : Open source reimplementation of TES III: Morrowind
sci-electronics / gazebo : A 3D multiple robot simulator with dynamics
Bugs
- 458894
- games-action/supertuxkart bundles a copy of dev-games/irrlicht and sci-physics/bullet
- 811711
- sci-physics/bullet-3.17: bundles multiple libraries
- 828861
- sci-physics/bullet-3.22b - One or more CMake variables were not used by the project:
- 883249
- sci-physics/bullet-3.21 installs files that contain insecure RUNPATHs
Masks
5906- Joonas Niilola
Apparently the "b" in version means "beta". 3.24 is available, we should update to that. #841437- ~sci-physics/bullet-3.22b
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Eli Schwartz · gentoo
sci-physics/bullet: mark as LTO-unsafe, strict-aliasing unsafe
Closes: https://bugs.gentoo.org/863275 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move {app-doc → app-text}/doxygen
Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sci-physics/bullet: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-physics/bullet: drop 3.07-r1, 3.08-r1, 3.17-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
sci-physics/bullet: keyword 3.21 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Niccolò Belli · gentoo
sci-physics/bullet: rename altivec vector keywords
Altivec vectors can be defined with either the "vector" keyword or the "__vector" type. In general "__vector" should be prefered for include files, as otherwise it might conflicts with other type define in the source code (define a vector class in C++ is quite common). This causes bullet to fail to build on powerpc if the code is compiled with -maltivec, or by default on ppc64el which always has altivec enabled. See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760310 Closes: https://bugs.gentoo.org/852101 Signed-off-by: Niccolò Belli <niccolo.belli@linuxsystems.it> Closes: https://github.com/gentoo/gentoo/pull/28193 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
sci-physics/bullet: Stabilize 3.21 x86, #841317
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Joonas Niilola · gentoo
sci-physics/bullet: Stabilize 3.21 amd64, #841317
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thamognya Kodi · gentoo
sci-physics/bullet: Bump to version 3.22b
Signed-off-by: Thamognya Kodi <contact@thamognya.com> Closes: https://github.com/gentoo/gentoo/pull/25180 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
sci-physics/bullet: stabilize 3.17-r1 for amd64
Closes: https://bugs.gentoo.org/828380 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Joonas Niilola · gentoo
sci-physics/bullet: stabilize 3.17-r1 for x86
Bug: https://bugs.gentoo.org/828380 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-physics/bullet: add 3.21
Closes: https://bugs.gentoo.org/830202 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-physics/bullet: needs deprecated TBB features, depend on older version
Bug: https://bugs.gentoo.org/820827 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-physics/bullet: add tbb subslot operator
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
sci-physics/bullet: keyword 3.17 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ross Charles Campbell · gentoo
sci-physics/bullet: bump to 3.17
This version reintroduced "extras" USE flag Closes: https://bugs.gentoo.org/765556 Closes: https://bugs.gentoo.org/762982 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Closes: https://github.com/gentoo/gentoo/pull/20764 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ross Charles Campbell · gentoo
sci-physics/bullet: bump to 3.08
Closes: https://bugs.gentoo.org/769251 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19356 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolic · gentoo
sci-physics/bullet: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-physics/bullet: Stabilize 3.07 x86, #762059
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-physics/bullet: Stabilize 3.07 amd64, #762059
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ross Charles Campbell · gentoo
sci-physics/bullet: version bump to 3.07
Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18437 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
sci-physics/bullet: bring back USE flag for double-precision
- some silent revdeps break with it, still too experimental. Bug: https://bugs.gentoo.org/747898 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
sci-physics/bullet: readd ~arm64 for 3.05
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Joonas Niilola · gentoo
sci-physics/bullet: https:// in HOMEPAGE
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-physics/bullet: Keyword 2.89 arm64, #744469
Signed-off-by: Sam James <sam@gentoo.org> - Ross Charles Campbell · gentoo
sci-physics/bullet: version bump to 3.05
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17657 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ross Charles Campbell · gentoo
sci-physics/bullet: version bump to 2.89
Closes: https://github.com/gentoo/gentoo/pull/17235 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ross Charles Campbell · gentoo
sci-physics/bullet: migrate to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Closes: https://github.com/gentoo/gentoo/pull/17226 Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-physics/bullet: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Mikle Kolyada · gentoo
sci-physics/bullet: amd64 stable wrt bug #657252
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
sci-physics/bullet: x86 stable (bug #657252)
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - David Seifert · gentoo
sci-physics/bullet: [QA] Add call to cmake-utils_src_prepare
Closes: https://bugs.gentoo.org/647980 Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Alexis Ballier · gentoo
sci-physics/bullet: keyword ~arm
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Sergei Trofimovich · gentoo
sci-physics/bullet: keyworded 2.86 for ppc, bug #612790
Package-Manager: Portage-2.3.6, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc" - Roland Hautz · gentoo
sci-physics/bullet: version bump to 2.86.
Gentoo-Bug: https://bugs.gentoo.org/611494 Package-Manager: Portage-2.3.6, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/5048 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Gerhard Bräunlich · gentoo
sci-physics/bullet: Version bump to 2.85, EAPI bump 5 -> 6
Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2820 Signed-off-by: David Seifert <soap@gentoo.org> - Guilherme Amadio · gentoo
sci-physics/bullet: drop old versions and patches
Package-Manager: portage-2.2.26 - Guilherme Amadio · gentoo
sci-physics/bullet: mark 2.83.4 amd64/x86 stable
Package-Manager: portage-2.2.26 - Guilherme Amadio · gentoo
sci-physics/bullet: drop old version 2.80 with EAPI=4
Package-Manager: portage-2.2.26 - Guilherme Amadio · gentoo
sci-physics/bullet: version bump to 2.83.5
Package-Manager: portage-2.2.26 - Justin Lecher · gentoo
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org> - Justin Lecher · gentoo
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed