[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
208/246: Revert "gnu: openexr: Update to 3.3.2; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
208/246: Revert "gnu: openexr: Update to 3.3.2; fixes build with gcc-14." |
Date: |
Sun, 12 Jan 2025 10:21:47 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit cbc4f97988967a59ba53f50c84e4ea33e7470b1a
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Jan 4 22:25:06 2025 +0100
Revert "gnu: openexr: Update to 3.3.2; fixes build with gcc-14."
Apparently 3.2.4 also builds with gcc-14, and 3.3.2 breaks for example
libjxl.
This reverts commit d2fa9754c4542ea5cb2d4b261ad30de0ba65a303.
Change-Id: I1d0c2c6e1385e5d0311dcd416082d5f5b640e78f
---
gnu/packages/graphics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 8ba1018efb..b71b892398 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1343,7 +1343,7 @@ graphics.")
(define-public openexr
(package
(name "openexr")
- (version "3.3.2")
+ (version "3.2.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1353,7 +1353,7 @@ graphics.")
(file-name (git-file-name name version))
(sha256
(base32
- "1vhjnhsgjaabg2rmqbkqpf3ikrbfm5qivl562yalllysll4gbimk"))))
+ "00s1a05kggk71vfbnsvykyjc2j7y6yyzgl63sy4yiddshz2k2mcr"))))
(build-system cmake-build-system)
(arguments
(list #:configure-flags
- 137/246: gnu: firebird: Update to 3.0.12; fixes build with gcc-14., (continued)
- 137/246: gnu: firebird: Update to 3.0.12; fixes build with gcc-14., guix-commits, 2025/01/12
- 168/246: gnu: r-acme: Fix build with gcc-14., guix-commits, 2025/01/12
- 165/246: gnu: uwsgi: Update to 2.0.28; fixes build with gcc-14., guix-commits, 2025/01/12
- 173/246: gnu: python-datrie: Fix build with gcc-14., guix-commits, 2025/01/12
- 178/246: gnu: ghc-7.10.3: Build with gcc-13., guix-commits, 2025/01/12
- 181/246: gnu: perl-tk: Build with gcc-12., guix-commits, 2025/01/12
- 180/246: Revert "gnu: perl-tk: Fix build with gcc-14.", guix-commits, 2025/01/12
- 186/246: gnu: python-pythran: Update to 0.17.0., guix-commits, 2025/01/12
- 192/246: gnu: gnome-font-viewer: Fix build with gcc-14., guix-commits, 2025/01/12
- 199/246: gnu: mpg321: Fix build with gcc-14., guix-commits, 2025/01/12
- 208/246: Revert "gnu: openexr: Update to 3.3.2; fixes build with gcc-14.",
guix-commits <=
- 212/246: gnu: libbraille: Fix build with gcc-14., guix-commits, 2025/01/12
- 213/246: gnu: pidgin: Fix build with gcc-14., guix-commits, 2025/01/12
- 215/246: gnu: folks: Fix build with gcc-14., guix-commits, 2025/01/12
- 227/246: gnu: python-h5py: Fix build with gcc-14., guix-commits, 2025/01/12
- 234/246: gnu: Add python-tiny-proxy., guix-commits, 2025/01/12
- 233/246: gnu: python-tables: Fix reference to library., guix-commits, 2025/01/12
- 235/246: gnu: python-socks: Update to 2.6.1., guix-commits, 2025/01/12
- 232/246: gnu: python-traittypes: Fix tests., guix-commits, 2025/01/12
- 230/246: gnu: python-pydantic: Fix build., guix-commits, 2025/01/12
- 239/246: gexp: Improve support of Unicode characters., guix-commits, 2025/01/12