unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#27921] [PATCH] gnu: openscenegraph: Add 'Release' configure flag.
@ 2017-08-02 18:00 manolis837
  2017-08-02 18:55 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: manolis837 @ 2017-08-02 18:00 UTC (permalink / raw)
  To: 27921

From: Manolis Ragkousis <manolis837@gmail.com>

* 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#27921] [PATCH] gnu: openscenegraph: Add 'Release' configure flag.
  2017-08-02 18:00 [bug#27921] [PATCH] gnu: openscenegraph: Add 'Release' configure flag manolis837
@ 2017-08-02 18:55 ` Leo Famulari
  2017-08-03  7:38   ` bug#27921: " Manolis Ragkousis
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2017-08-02 18:55 UTC (permalink / raw)
  To: manolis837; +Cc: 27921

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

On Wed, Aug 02, 2017 at 09:00:17PM +0300, manolis837@gmail.com wrote:
> From: Manolis Ragkousis <manolis837@gmail.com>
> 
> * gnu/packages/graphics.scm (openscenegraph)[arguments]: Add "-DCMAKE_BUILD_TYPE=Release".

LGTM, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#27921: [PATCH] gnu: openscenegraph: Add 'Release' configure flag.
  2017-08-02 18:55 ` Leo Famulari
@ 2017-08-03  7:38   ` Manolis Ragkousis
  0 siblings, 0 replies; 3+ messages in thread
From: Manolis Ragkousis @ 2017-08-03  7:38 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 27921-done


[-- Attachment #1.1: Type: text/plain, Size: 341 bytes --]

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, manolis837@gmail.com wrote:
>> From: Manolis Ragkousis <manolis837@gmail.com>
>>
>> * gnu/packages/graphics.scm (openscenegraph)[arguments]: Add "-DCMAKE_BUILD_TYPE=Release".
> 
> LGTM, thanks!
> 


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-08-03  7:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-02 18:00 [bug#27921] [PATCH] gnu: openscenegraph: Add 'Release' configure flag manolis837
2017-08-02 18:55 ` Leo Famulari
2017-08-03  7:38   ` bug#27921: " Manolis Ragkousis

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).