GNU bug report logs -
#52953
[PATCH 0/3] Update openmw to 0.47.0.
Previous Next
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 #11 received at 52953 <at> debbugs.gnu.org (full text, mbox):
This is a variant of bullet built with a configure flag for double
precision arithmetics required by openmw 0.47.
* gnu/packages/game-development.scm (bullet-double-precision): New
variable.
---
gnu/packages/game-development.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 1f7d05f61c..c19875fb2f 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -172,6 +172,16 @@
is used in some video games and movies.")
(license license:zlib)))
+(define-public bullet-double-precision
+ (package
+ (inherit bullet)
+ (arguments
+ (substitute-keyword-arguments (package-arguments bullet)
+ ((#:configure-flags cf)
+ `(cons "-DUSE_DOUBLE_PRECISION=ON" ,cf))))
+ (synopsis (string-append (package-synopsis bullet)
+ " (with double precision)"))))
+
(define-public deutex
(package
(name "deutex")
--
2.30.2
This bug report was last modified 3 years and 196 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.