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

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

[debbugs-tracker] bug#27921: closed ([PATCH] gnu: openscenegraph: Add 'R


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27921: closed ([PATCH] gnu: openscenegraph: Add 'Release' configure flag.)
Date: Thu, 03 Aug 2017 07:39:02 +0000

Your message dated Thu, 3 Aug 2017 10:38:33 +0300
with message-id <address@hidden>
and subject line Re: [bug#27921] [PATCH] gnu: openscenegraph: Add 'Release' 
configure flag.
has caused the debbugs.gnu.org bug report #27921,
regarding [PATCH] gnu: openscenegraph: Add 'Release' configure flag.
to be marked as done.

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


-- 
27921: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27921
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: openscenegraph: Add 'Release' configure flag. Date: Wed, 2 Aug 2017 21:00:17 +0300
From: Manolis Ragkousis <address@hidden>

* gnu/packages/graphics.scm (openscenegraph)[arguments]: Add 
"-DCMAKE_BUILD_TYPE=Release".
---
 gnu/packages/graphics.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 6c813e8a3..d0e50106f 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -339,7 +339,11 @@ visual effects work for film.")
        #:configure-flags
        (list (string-append "-DCMAKE_INSTALL_RPATH="
                             (assoc-ref %outputs "out") "/lib:"
-                            (assoc-ref %outputs "out") "/lib64"))))
+                            (assoc-ref %outputs "out") "/lib64")
+             ;; We need to set this flag or otherwise 'rd' will be added
+             ;; to the name of the library binaries and break linking
+             ;; with other programs.
+             "-DCMAKE_BUILD_TYPE=Release")))
     (native-inputs
      `(("unzip" ,unzip)))
     (inputs
-- 
2.13.3




--- End Message ---
--- Begin Message --- Subject: Re: [bug#27921] [PATCH] gnu: openscenegraph: Add 'Release' configure flag. Date: Thu, 3 Aug 2017 10:38:33 +0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1
Pushed to master.

Thank you :)
Manolis

On 08/02/2017 09:55 PM, Leo Famulari wrote:
> On Wed, Aug 02, 2017 at 09:00:17PM +0300, address@hidden wrote:
>> From: Manolis Ragkousis <address@hidden>
>>
>> * gnu/packages/graphics.scm (openscenegraph)[arguments]: Add 
>> "-DCMAKE_BUILD_TYPE=Release".
> 
> LGTM, thanks!
> 

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

reply via email to

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