guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: openimageio: Fix build with Boost 1.70 and CMake 3.14.


From: guix-commits
Subject: 05/05: gnu: openimageio: Fix build with Boost 1.70 and CMake 3.14.
Date: Thu, 18 Jul 2019 13:13:40 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 4b42b1067468dd7e5f3a5e11d64f16895bb16a25
Author: Marius Bakke <address@hidden>
Date:   Thu Jul 18 19:11:51 2019 +0200

    gnu: openimageio: Fix build with Boost 1.70 and CMake 3.14.
    
    * gnu/packages/graphics.scm (openimageio)[arguments]: Add 
<#:configure-flags>.
---
 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 94a797c..2d9becc 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -468,7 +468,11 @@ storage of the \"EXR\" file format for storing 16-bit 
floating-point images.")
     ;; FIXME: To run all tests successfully, test image sets from multiple
     ;; third party sources have to be present.  For details see
     ;; https://github.com/OpenImageIO/oiio/blob/master/INSTALL
-    (arguments `(#:tests? #f))
+    (arguments
+     `(#:tests? #f
+       ;; XXX: Work around a problem with Boost 1.70 and CMake 3.14.  See
+       ;; <https://bugs.gnu.org/36721> for details.
+       #:configure-flags '("-DBoost_NO_BOOST_CMAKE=ON")))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs



reply via email to

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