guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: openexr: Install 'ImfStdIO.h'.


From: Ludovic Courtès
Subject: 01/02: gnu: openexr: Install 'ImfStdIO.h'.
Date: Wed, 29 Jun 2016 08:06:41 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit c2c36f5fab31d7c79ea510d61cb158ee15dda310
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jun 28 14:35:47 2016 +0200

    gnu: openexr: Install 'ImfStdIO.h'.
    
    * gnu/packages/graphics.scm (openexr)[source](snippet): Modify
    IlmImf/Makefile.in so that it installs 'ImfStdIO.h'.
---
 gnu/packages/graphics.scm |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index ca99cd0..0ca2e84 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -211,9 +211,17 @@ exception-handling library.")
                 "0ca2j526n4wlamrxb85y2jrgcv0gf21b3a19rr0gh4rjqkv1581n"))
               (modules '((guix build utils)))
               (snippet
-               '(substitute* (find-files "." "tmpDir\\.h")
-                  (("\"/var/tmp/\"")
-                   "\"/tmp/\"")))
+               '(begin
+                  (substitute* (find-files "." "tmpDir\\.h")
+                    (("\"/var/tmp/\"")
+                     "\"/tmp/\""))
+
+                  ;; Install 'ImfStdIO.h'.  Reported at
+                  ;; 
<https://lists.nongnu.org/archive/html/openexr-devel/2016-06/msg00001.html>
+                  ;; and <https://github.com/openexr/openexr/pull/184>.
+                  (substitute* "IlmImf/Makefile.in"
+                    (("ImfIO\\.h")
+                     "ImfIO.h ImfStdIO.h"))))
               (patches (search-patches "openexr-missing-samples.patch"))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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