GNU bug report logs - #52648
[PATCH] gnu: cglm: Build with version number.

Previous Next

Package: guix-patches;

Reported by: angryrectangle <angryrectangle <at> cock.li>

Date: Sat, 18 Dec 2021 22:41:01 UTC

Severity: normal

Tags: patch

Done: angryrectangle <at> cock.li

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52648 in the body.
You can then email your comments to 52648 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to help-debbugs <at> gnu.org:
bug#52648; Package debbugs.gnu.org. (Sat, 18 Dec 2021 22:41:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to angryrectangle <angryrectangle <at> cock.li>:
New bug report received and forwarded. Copy sent to help-debbugs <at> gnu.org. (Sat, 18 Dec 2021 22:41:02 GMT) Full text and rfc822 format available.

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

From: angryrectangle <angryrectangle <at> cock.li>
Subject: [PATCH] gnu: cglm: Build with version number.
Date: Thu, 16 Dec 2021 19:35:58 -0500
* gnu/packages/maths.scm (cglm): Build with version number.
This fixes taisei's build, which specifies a version range.
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 3bac086666..f3bf5e23dd 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4872,7 +4872,7 @@ (define-public cglm
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags
-       (list "-DCGLM_USE_TEST=ON")))
+       (list "-DCGLM_USE_TEST=ON" ,(string-append "-DPACKAGE_VERSION=" version))))
     (home-page "https://github.com/recp/cglm")
     (synopsis "Mathematics C library for graphics programming")
     (description

base-commit: 1ca2c6730b58c2779fa6837728e90273ad9c042d
-- 
2.34.0





Reply sent to angryrectangle <at> cock.li:
You have taken responsibility. (Sun, 19 Dec 2021 05:01:02 GMT) Full text and rfc822 format available.

Notification sent to angryrectangle <angryrectangle <at> cock.li>:
bug acknowledged by developer. (Sun, 19 Dec 2021 05:01:02 GMT) Full text and rfc822 format available.

Message #10 received at 52648-done <at> debbugs.gnu.org (full text, mbox):

From: angryrectangle <at> cock.li
To: 52648-done <at> debbugs.gnu.org
Date: Sun, 19 Dec 2021 03:37:51 +0000
Sorry, wrong place. I tried to send an email made with `git 
format-patch' directly to guix-patches, but it looks like the correct 
destination got lost somewhere. I will try again and not do it that way.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 16 Jan 2022 12:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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