mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 22:36:22 +01:00
gnu: openimageio: Fix build with Boost 1.70 and CMake 3.14.
* gnu/packages/graphics.scm (openimageio)[arguments]: Add <#:configure-flags>.
This commit is contained in:
parent
25e491691b
commit
4b42b10674
1 changed files with 5 additions and 1 deletions
|
@ -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
|
;; FIXME: To run all tests successfully, test image sets from multiple
|
||||||
;; third party sources have to be present. For details see
|
;; third party sources have to be present. For details see
|
||||||
;; https://github.com/OpenImageIO/oiio/blob/master/INSTALL
|
;; 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
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue