GNU bug report logs - #61786
[PATCH] gnu: bqn: Add header files to lib output

Previous Next

Package: guix-patches;

Reported by: aecepoglu <aecepoglu <at> fastmail.fm>

Date: Sat, 25 Feb 2023 12:03:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#61786: closed ([PATCH] gnu: bqn: Add header files to lib output)
Date: Sat, 11 Mar 2023 13:41:04 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 11 Mar 2023 21:41:02 +0800
with message-id <874jqrbe35.fsf <at> envs.net>
and subject line Re: bug#61786: [PATCH] gnu: bqn: Add header files to lib output
has caused the debbugs.gnu.org bug report #61786,
regarding [PATCH] gnu: bqn: Add header files to lib output
to be marked as done.

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


-- 
61786: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61786
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: aecepoglu <aecepoglu <at> fastmail.fm>
To: guix-patches <at> gnu.org
Cc: aecepoglu <aecepoglu <at> fastmail.fm>
Subject: [PATCH] gnu: bqn: Add header files to lib output
Date: Sat, 25 Feb 2023 11:54:29 +0000
* gnu/packages/guix.scm (cbqn): Add include/bqnffi.h to lib output
---
 gnu/packages/bqn.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bqn.scm b/gnu/packages/bqn.scm
index 9b44ea7992..4d03385d21 100644
--- a/gnu/packages/bqn.scm
+++ b/gnu/packages/bqn.scm
@@ -193,11 +193,14 @@ (define-public cbqn
                 (let* ((bin (string-append (assoc-ref outputs "out")
                                            "/bin"))
                        (lib (string-append (assoc-ref outputs "lib")
-                                           "/lib")))
+                                           "/lib"))
+                       (include (string-append (assoc-ref outputs "lib")
+                                           "/include")))
                   (mkdir-p bin)
                   (rename-file "BQN" "bqn")
                   (install-file "bqn" bin)
-                  (install-file "libcbqn.so" lib))))))))
+                  (install-file "libcbqn.so" lib)
+                  (install-file "include/bqnffi.h" include))))))))
     (native-inputs (list dbqn
                          bqn-sources
                          libffi))
-- 
2.39.1



[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: aecepoglu <aecepoglu <at> fastmail.fm>
Cc: 61786-done <at> debbugs.gnu.org
Subject: Re: bug#61786: [PATCH] gnu: bqn: Add header files to lib output
Date: Sat, 11 Mar 2023 21:41:02 +0800
aecepoglu <aecepoglu <at> fastmail.fm> writes:

> * gnu/packages/guix.scm (cbqn): Add include/bqnffi.h to lib output
Changed to gnu/packages/bqn.scm (cbqn): ...

Applied, thank you!


This bug report was last modified 2 years and 70 days ago.

Previous Next


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