all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52215] [PATCH] gnu: bullet: Update to 3.17
@ 2021-12-01  5:24 Andy Tai
  2021-12-01 15:46 ` Nicolas Goaziou
  0 siblings, 1 reply; 8+ messages in thread
From: Andy Tai @ 2021-12-01  5:24 UTC (permalink / raw)
  To: 52215

* gnu/packages/game-development.scm (bullet): Update to 3.17
---
 gnu/packages/game-development.scm | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/game-development.scm
b/gnu/packages/game-development.scm
index 55bbad30e6..1b802d662f 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -24,6 +24,7 @@
 ;;; Copyright © 2021 Dmitry Polyakov <polyakov@liltechdude.xyz>
 ;;; Copyright © 2020-2021 James Smith <jsubuntuxp@disroot.org>
 ;;; Copyright © 2021 Ekaitz Zarraga <ekaitz@elenq.tech>
+;;; Copyright © 2021 Andy Tai <atai@atai.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -112,7 +113,7 @@ (define-module (gnu packages game-development)
 (define-public bullet
   (package
     (name "bullet")
-    (version "2.89")
+    (version "3.17")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -121,7 +122,7 @@ (define-public bullet
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "10ncf2z474jnv7p5lv01ak2mk2hib3rj5rz1zr8v2v5pnciqbijl"))
+                "0x1ghxbkvqr910sp01sjf4hlfy4sdgn2jx2qf0dsi697bzq1f3mr"))
               (modules '((guix build utils)))
               (snippet
                '(begin
@@ -131,9 +132,7 @@ (define-public bullet
                               '("Gwen" "clsocket" "enet" "glad" "imgui"
                                 "lua-5.2.3" "midi" "minizip" "openvr"
                                 "optionalX11" "serial" "zlib")))
-                  ;; These need files from ThirdPartyLibs.
-                  (substitute* "Extras/CMakeLists.txt"
-                    (("BulletRobotics") ""))
+
                   ;; Tests fail on linking, cannot find -lBussIK.
                   (substitute* "test/CMakeLists.txt"
                     ((" InverseDynamics")
@@ -146,6 +145,13 @@ (define-public bullet
                                "-DBUILD_CPU_DEMOS=OFF"
                                "-DBUILD_OPENGL3_DEMOS=OFF"
                                "-DBUILD_BULLET2_DEMOS=OFF"
+
+                               ;; Extras/BulletRoboticsGUI needs
files from ThirdPartyLibs
+                               "-DBUILD_BULLET_ROBOTICS_GUI_EXTRA=OFF"
+
+                               ;; Extras/BulletRobotics needs files
from ThirdPartyLibs
+                               "-DBUILD_BULLET_ROBOTICS_EXTRA=OFF"
+
                                (string-append  "-DCMAKE_CXX_FLAGS=-fPIC "
                                                (or (getenv "CXXFLAGS") "")))
        #:phases
-- 
2.34.0




^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [bug#52215] [PATCH] gnu: bullet: Update to 3.17
  2021-12-01  5:24 [bug#52215] [PATCH] gnu: bullet: Update to 3.17 Andy Tai
@ 2021-12-01 15:46 ` Nicolas Goaziou
  2021-12-01 18:12   ` Andy Tai
  2021-12-02  3:58   ` [bug#52215] " Leo Famulari
  0 siblings, 2 replies; 8+ messages in thread
From: Nicolas Goaziou @ 2021-12-01 15:46 UTC (permalink / raw)
  To: Andy Tai; +Cc: 52215

Hello,

Andy Tai <atai@atai.org> writes:

> * gnu/packages/game-development.scm (bullet): Update to 3.17

Nitpick: you need to add periods at the end of the two lines in the
commit message.

But more importantly, I cannot apply your patch cleany on top of master
branch. Could you try rebasing your change and send the patch again?

Thanks!

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#52215] [PATCH] gnu: bullet: Update to 3.17
  2021-12-01 15:46 ` Nicolas Goaziou
@ 2021-12-01 18:12   ` Andy Tai
  2021-12-01 19:45     ` Andy Tai
  2021-12-02  3:58   ` [bug#52215] " Leo Famulari
  1 sibling, 1 reply; 8+ messages in thread
From: Andy Tai @ 2021-12-01 18:12 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 52215

OK, will do the rebase and re-send

On Wed, Dec 1, 2021 at 7:46 AM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
>
> Hello,
>
> Andy Tai <atai@atai.org> writes:
>
> > * gnu/packages/game-development.scm (bullet): Update to 3.17
>
> Nitpick: you need to add periods at the end of the two lines in the
> commit message.
>
> But more importantly, I cannot apply your patch cleany on top of master
> branch. Could you try rebasing your change and send the patch again?
>
> Thanks!
>
> Regards,
> --
> Nicolas Goaziou



-- 
Andy Tai, atai@atai.org, Skype: licheng.tai, Line: andy_tai, WeChat: andytai1010
Year 2021 民國110年
自動的精神力是信仰與覺悟
自動的行為力是勞動與技能




^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#52215] [PATCH] gnu: bullet: Update to 3.17
  2021-12-01 18:12   ` Andy Tai
@ 2021-12-01 19:45     ` Andy Tai
  2021-12-01 20:55       ` bug#52215: " Nicolas Goaziou
  0 siblings, 1 reply; 8+ messages in thread
From: Andy Tai @ 2021-12-01 19:45 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 52215

[-- Attachment #1: Type: text/plain, Size: 29 bytes --]

rebased on top of master tip

[-- Attachment #2: 0001-gnu-bullet-Update-to-3.17.patch --]
[-- Type: text/x-patch, Size: 2839 bytes --]

From 5d4f4b200596e75ef3e59476d3f3f96f9cbbf72b Mon Sep 17 00:00:00 2001
From: Andy Tai <atai@atai.org>
Date: Tue, 30 Nov 2021 21:18:09 -0800
Subject: [PATCH] gnu: bullet: Update to 3.17.
To: guix-patches@gnu.org

* gnu/packages/game-development.scm (bullet): Update to 3.17.
---
 gnu/packages/game-development.scm | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 55bbad30e6..1b802d662f 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -24,6 +24,7 @@
 ;;; Copyright © 2021 Dmitry Polyakov <polyakov@liltechdude.xyz>
 ;;; Copyright © 2020-2021 James Smith <jsubuntuxp@disroot.org>
 ;;; Copyright © 2021 Ekaitz Zarraga <ekaitz@elenq.tech>
+;;; Copyright © 2021 Andy Tai <atai@atai.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -112,7 +113,7 @@ (define-module (gnu packages game-development)
 (define-public bullet
   (package
     (name "bullet")
-    (version "2.89")
+    (version "3.17")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -121,7 +122,7 @@ (define-public bullet
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "10ncf2z474jnv7p5lv01ak2mk2hib3rj5rz1zr8v2v5pnciqbijl"))
+                "0x1ghxbkvqr910sp01sjf4hlfy4sdgn2jx2qf0dsi697bzq1f3mr"))
               (modules '((guix build utils)))
               (snippet
                '(begin
@@ -131,9 +132,7 @@ (define-public bullet
                               '("Gwen" "clsocket" "enet" "glad" "imgui"
                                 "lua-5.2.3" "midi" "minizip" "openvr"
                                 "optionalX11" "serial" "zlib")))
-                  ;; These need files from ThirdPartyLibs.
-                  (substitute* "Extras/CMakeLists.txt"
-                    (("BulletRobotics") ""))
+
                   ;; Tests fail on linking, cannot find -lBussIK.
                   (substitute* "test/CMakeLists.txt"
                     ((" InverseDynamics")
@@ -146,6 +145,13 @@ (define-public bullet
                                "-DBUILD_CPU_DEMOS=OFF"
                                "-DBUILD_OPENGL3_DEMOS=OFF"
                                "-DBUILD_BULLET2_DEMOS=OFF"
+
+                               ;; Extras/BulletRoboticsGUI needs files from ThirdPartyLibs
+                               "-DBUILD_BULLET_ROBOTICS_GUI_EXTRA=OFF"
+
+                               ;; Extras/BulletRobotics needs files from ThirdPartyLibs
+                               "-DBUILD_BULLET_ROBOTICS_EXTRA=OFF"
+
                                (string-append  "-DCMAKE_CXX_FLAGS=-fPIC "
                                                (or (getenv "CXXFLAGS") "")))
        #:phases
-- 
2.34.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* bug#52215: [PATCH] gnu: bullet: Update to 3.17
  2021-12-01 19:45     ` Andy Tai
@ 2021-12-01 20:55       ` Nicolas Goaziou
  0 siblings, 0 replies; 8+ messages in thread
From: Nicolas Goaziou @ 2021-12-01 20:55 UTC (permalink / raw)
  To: Andy Tai; +Cc: 52215-done

Hello,

Andy Tai <atai@atai.org> writes:

> rebased on top of master tip

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#52215] [PATCH] gnu: bullet: Update to 3.17
  2021-12-01 15:46 ` Nicolas Goaziou
  2021-12-01 18:12   ` Andy Tai
@ 2021-12-02  3:58   ` Leo Famulari
  2021-12-02  8:40     ` zimoun
  1 sibling, 1 reply; 8+ messages in thread
From: Leo Famulari @ 2021-12-02  3:58 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 52215, Andy Tai

On Wed, Dec 01, 2021 at 04:46:47PM +0100, Nicolas Goaziou wrote:
> But more importantly, I cannot apply your patch cleany on top of master
> branch. Could you try rebasing your change and send the patch again?

When generating the patches with `git format-patch` or `git send-email`,
you can add the argument '--base=auto', which adds a note to the patch
about what commit the patch is based on.

That helps reviewers figure out how to apply the patch.

There's a note about this in the manual section Submitting Patches, but
it's not totally clear. I'll think about improving it.




^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#52215] [PATCH] gnu: bullet: Update to 3.17
  2021-12-02  3:58   ` [bug#52215] " Leo Famulari
@ 2021-12-02  8:40     ` zimoun
  2021-12-02 19:32       ` Leo Famulari
  0 siblings, 1 reply; 8+ messages in thread
From: zimoun @ 2021-12-02  8:40 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 52215, Nicolas Goaziou, Andy Tai

Hi Leo,

On Thu, 2 Dec 2021 at 04:59, Leo Famulari <leo@famulari.name> wrote:

> When generating the patches with `git format-patch` or `git send-email`,
> you can add the argument '--base=auto', which adds a note to the patch
> about what commit the patch is based on.

The argument 'auto' often breaks for me.  I mean, I am not sure the
manual should have:

        We recommend to use the command 'git format-patch --base=auto'
        to include the commit where your patch applies.

but 'auto' should only be an advice or a recommendation as suggested
parameter for the otpion '--base'.  IMHO.


> There's a note about this in the manual section Submitting Patches, but
> it's not totally clear. I'll think about improving it.

Cool! :-)

Thanks,
Cheers,




^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#52215] [PATCH] gnu: bullet: Update to 3.17
  2021-12-02  8:40     ` zimoun
@ 2021-12-02 19:32       ` Leo Famulari
  0 siblings, 0 replies; 8+ messages in thread
From: Leo Famulari @ 2021-12-02 19:32 UTC (permalink / raw)
  To: zimoun; +Cc: 52215, Nicolas Goaziou, Andy Tai

On Thu, Dec 02, 2021 at 09:40:12AM +0100, zimoun wrote:
> The argument 'auto' often breaks for me.  I mean, I am not sure the
> manual should have:
> 
>         We recommend to use the command 'git format-patch --base=auto'
>         to include the commit where your patch applies.
> 
> but 'auto' should only be an advice or a recommendation as suggested
> parameter for the otpion '--base'.  IMHO.

Okay, I took your advice and pushed my change to the manual as
f697fc267c317e98e4bba8009452b9d64e76b30a

I hope it helps!




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-12-02 19:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01  5:24 [bug#52215] [PATCH] gnu: bullet: Update to 3.17 Andy Tai
2021-12-01 15:46 ` Nicolas Goaziou
2021-12-01 18:12   ` Andy Tai
2021-12-01 19:45     ` Andy Tai
2021-12-01 20:55       ` bug#52215: " Nicolas Goaziou
2021-12-02  3:58   ` [bug#52215] " Leo Famulari
2021-12-02  8:40     ` zimoun
2021-12-02 19:32       ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.