gnu: OpenImageIO: Update to 2.2.21.0.
This fixes the build with GCC 11. * gnu/packages/graphics.scm (openimageio): Update to 2.2.21.0.
This commit is contained in:
parent
186e516400
commit
5fda088fb1
1 changed files with 2 additions and 2 deletions
|
@ -1270,7 +1270,7 @@ with strong support for multi-part, multi-channel use cases.")
|
||||||
(define-public openimageio
|
(define-public openimageio
|
||||||
(package
|
(package
|
||||||
(name "openimageio")
|
(name "openimageio")
|
||||||
(version "2.2.11.1")
|
(version "2.2.21.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1279,7 +1279,7 @@ with strong support for multi-part, multi-channel use cases.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i9r6vgz15aj1yzbf5a9lqhlyakjs793yrw5gw720l84lcyigad7"))))
|
"1i9rpvgz15aj1yzbf5a9lqhlyakjs793yrw5gw720l84lcyigad7"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
;; 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
|
||||||
|
|
Reference in a new issue