~ruther/guix-local

5638d7150229bcc63bf26e484f81ff310dafd263 — Manolis Ragkousis 8 years ago 68a29ab
gnu: openscenegraph: Add 'Release' configure flag.

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

M gnu/packages/graphics.scm
M gnu/packages/graphics.scm => gnu/packages/graphics.scm +5 -1
@@ 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