aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bullet.rb
AgeCommit message (Collapse)Author
2015-04-12bullet: add 2.82 bottle.BrewTestBot
2015-04-12bullet: update HEAD and fix strict audit checksSteven Peters
Point HEAD to new github repository. Replaced all single quotes with double quotes Removed require formula Use sha256 "make install" -> "make", "install" Use || instead of or Add test using btPolarDecomposition Deprecate old options and replace with with-* Closes #38042. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-05-09bullet: build universal under superenvJack Nagel
2014-03-08Batch convert http urls from Google Code to httpsIan Lancaster
Closes #27218.
2013-11-13bullet: demos require extrasAdam Vandenberg
Closes #24246.
2013-10-30bullet 2.82Steven Peters
Update to latest release of bullet (version 2.82). Closes #23797. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-01bullet: add option for double precisionSteven Peters
By default, bullet uses single precision floating point variables. The cmake argument -DUSE_DOUBLE_PRECISION=ON will enable double precision floating point variables. Closes #22972. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-16bullet: install extra librariesJack Morrison
Extra libraries were being compiled, but not installed. Closes #22589. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-15Use Hardware::CPU.universal_archs in formulaeMisty De Meo
2013-05-03Add frameworks helper to formulaAdam Vandenberg
2012-11-18bullet 2.81Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-09Fix option usageAdam Vandenberg
2012-08-09bullet: fix typoJack Nagel
Fixes #14073. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-08bullet: use options dslAdam Vandenberg
2012-03-30bullet 2.80quarnster
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-24bullet: add HEADNikolay Kasyanov
Closes #9757. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-13Bullet: Update to 2.79Juan Sebastian Casallas
-Updated the url to download the latest tgz. -Added version number since brew might get confused by the tgz's name. -Changed from md5 to sha1, since sha1 checksums are provided by bullet: http://code.google.com/p/bullet/downloads/detail?name=bullet-2.79-rev2440.tgz Closes #8093. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-04-23Use ARGV.build_universal?Adam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-12-23create Formula for Bullet 2.77complex
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>