Skip to content
Snippets Groups Projects
Commit a5308a11 authored by Clayton Craft's avatar Clayton Craft :man_dancing_tone3: Committed by Andy Postnikov
Browse files

community/bullet: enable double precision support

parent 03c13a1f
No related branches found
No related tags found
1 merge request!24185testing/openmw: upgrade to 0.47.0_rc6
This commit is part of merge request !24185. Comments created here will be created in the context of that merge request.
......@@ -3,7 +3,7 @@
# Maintainer: Danct12 <danct12@disroot.org>
pkgname=bullet
pkgver=2.89
pkgrel=1
pkgrel=2
pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
url="https://pybullet.org/Bullet/phpBB3/"
arch="all !mips !mips64"
......@@ -33,6 +33,7 @@ build() {
-DBUILD_PYBULLET_NUMPY=ON \
-DBUILD_OPENGL3_DEMOS=0 \
-DBUILD_UNIT_TESTS=0 \
-DUSE_DOUBLE_PRECISION=ON \
-DCMAKE_BUILD_TYPE=None
make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment