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

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

[debbugs-tracker] bug#29560: closed ([PATCH] gnu: kicad: Install librari


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29560: closed ([PATCH] gnu: kicad: Install libraries to PREFIX/lib, not PREFIX/lib64.)
Date: Tue, 05 Dec 2017 10:14:01 +0000

Your message dated Tue, 5 Dec 2017 11:12:19 +0100
with message-id <address@hidden>
and subject line Re: [bug#29560] [PATCH] gnu: kicad: Install libraries to 
PREFIX/lib, not PREFIX/lib64.
has caused the debbugs.gnu.org bug report #29560,
regarding [PATCH] gnu: kicad: Install libraries to PREFIX/lib, not PREFIX/lib64.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29560: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29560
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: kicad: Install libraries to PREFIX/lib, not PREFIX/lib64. Date: Mon, 4 Dec 2017 12:02:46 +0200
* gnu/packages/engineering.scm (kicad)[arguments]:
<phases>: Remove install-lib-3d.
<configure-flags>: Add "-DCMAKE_INSTALL_LIBDIR".
---
 gnu/packages/engineering.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 5c36de1dd..77b1386b5 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -693,6 +693,8 @@ language.")
                                (string-take commit 7))
                "-DCMAKE_BUILD_TYPE=Release"
                "-DKICAD_SKIP_BOOST=ON"; Use our system's boost library.
+               (string-append "-DCMAKE_INSTALL_LIBDIR="
+                              (assoc-ref %outputs "out") "/lib")
                "-DKICAD_SCRIPTING=ON"
                "-DKICAD_SCRIPTING_MODULES=ON"
                "-DKICAD_SCRIPTING_WXPYTHON=ON"
@@ -721,14 +723,6 @@ language.")
                    `("PYTHONPATH" ":" prefix (,path))
                    `("PATH" ":" prefix
                      (,(string-append python "/bin:")))))
-               #t))
-           (add-after 'wrap-program 'install-lib-3d
-             (lambda* (#:key inputs outputs #:allow-other-keys)
-               (for-each
-                (lambda (file)
-                  (install-file file (string-append (assoc-ref outputs "out")
-                                                    "/lib")))
-                (find-files "." "^libkicad_3dsg.*"))
                #t)))))
       (native-inputs
        `(("boost" ,boost)
-- 
2.15.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#29560] [PATCH] gnu: kicad: Install libraries to PREFIX/lib, not PREFIX/lib64. Date: Tue, 5 Dec 2017 11:12:19 +0100
Pushed to master as 661a8cdb3ee7939f255f405d31e849c0199df4b7.

Thanks!


--- End Message ---

reply via email to

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