me
/
guix
Archived
1
0
Fork 0

gnu: bullet: Build with double precision arithmetics.

* gnu/packages/game-development.scm (bullet)[arguments]: Add configure flag for
double precision arithmetics.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Felix Gruber 2022-01-03 19:38:25 +00:00 committed by Leo Famulari
parent 0aac289d61
commit dececca2fe
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 5 additions and 0 deletions

View File

@ -144,6 +144,11 @@
"-DBUILD_CPU_DEMOS=OFF" "-DBUILD_CPU_DEMOS=OFF"
"-DBUILD_OPENGL3_DEMOS=OFF" "-DBUILD_OPENGL3_DEMOS=OFF"
"-DBUILD_BULLET2_DEMOS=OFF" "-DBUILD_BULLET2_DEMOS=OFF"
;; openmw 0.47.0 requires bullet to be built with
;; double precision.
;; See <https://issues.guix.gnu.org/52953> for
;; more information.
"-DUSE_DOUBLE_PRECISION=ON"
;; Extras/BulletRoboticsGUI needs files from ;; Extras/BulletRoboticsGUI needs files from
;; ThirdPartyLibs ;; ThirdPartyLibs
"-DBUILD_BULLET_ROBOTICS_GUI_EXTRA=OFF" "-DBUILD_BULLET_ROBOTICS_GUI_EXTRA=OFF"