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: aecepoglu <aecepoglu <at> fastmail.fm>
Subject: bug#61786: closed (Re: bug#61786: [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 bug report

#61786: [PATCH] gnu: bqn: Add header files to lib output

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 61786 <at> debbugs.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: 宋文武 <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!

[Message part 3 (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




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

Previous Next


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