emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52648: closed ([PATCH] gnu: cglm: Build with version number.)


From: GNU bug Tracking System
Subject: bug#52648: closed ([PATCH] gnu: cglm: Build with version number.)
Date: Sun, 19 Dec 2021 05:01:02 +0000

Your message dated Sun, 19 Dec 2021 03:37:51 +0000
with message-id <6e5b809def348393d1e4f1d2bcd96b0f@cock.li>
and subject line 
has caused the debbugs.gnu.org bug report #52648,
regarding [PATCH] gnu: cglm: Build with version number.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52648: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52648
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Date: Sun, 19 Dec 2021 03:37:51 +0000 User-agent: Roundcube Webmail/1.3.17 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]