GNU bug report logs - #52953
[PATCH 0/3] Update openmw to 0.47.0.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Sun, 2 Jan 2022 16:02:02 UTC

Severity: normal

Tags: patch

Merged with 52911

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


Message #34 received at 52953 <at> debbugs.gnu.org (full text, mbox):

From: Felix Gruber <felgru <at> posteo.net>
To: 52953 <at> debbugs.gnu.org,
	Leo Famulari <leo <at> famulari.name>
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH v2 2/3] gnu: bullet: Build with double precision arithmetics.
Date: Mon,  3 Jan 2022 19:38:25 +0000
* gnu/packages/game-development.scm (bullet)[arguments]: Add configure
  flag for double precision arithmetics.
---
 gnu/packages/game-development.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index c77c445831..c14c047dbe 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -144,6 +144,9 @@
                                "-DBUILD_CPU_DEMOS=OFF"
                                "-DBUILD_OPENGL3_DEMOS=OFF"
                                "-DBUILD_BULLET2_DEMOS=OFF"
+                               ;; openmw requires bullet to be built with
+                               ;; double precision
+                               "-DUSE_DOUBLE_PRECISION=ON"
                                ;; Extras/BulletRoboticsGUI needs files from
                                ;; ThirdPartyLibs
                                "-DBUILD_BULLET_ROBOTICS_GUI_EXTRA=OFF"
-- 
2.30.2





This bug report was last modified 3 years and 141 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.