Skip to content

Commit 8688560

Browse files
committed
build hack: update OpenEXR default autobuild ver to 3.4.0
...to match what's getting pulled in by homebrew on the macos-13 sys images... ...because we're having trouble building the macos x86 wheels. This isn't a proper solution, but I'm interested to see if it helps the builds complete. Signed-off-by: Zach Lewis <[email protected]>
1 parent 7ecaf46 commit 8688560

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
CIBW_BUILD: ${{ matrix.python }}
285285
CIBW_ARCHS: ${{ matrix.arch }}
286286
MACOSX_DEPLOYMENT_TARGET: 10.15
287-
CMAKE_GENERATOR: "Unix Makefiles"
287+
#CMAKE_GENERATOR: "Unix Makefiles"
288288
# TODO: Re-enable HEIF when we provide a build recipe that does
289289
# not include GPL-licensed dynamic libraries.
290290
USE_Libheif: 'OFF'

src/cmake/build_OpenEXR.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/AcademySoftwareFoundation/OpenImageIO
44

55

6-
set_cache (OpenEXR_BUILD_VERSION 3.2.4 "OpenEXR version for local builds")
6+
set_cache (OpenEXR_BUILD_VERSION 3.4.0 "OpenEXR version for local builds")
77
set (OpenEXR_GIT_REPOSITORY "https://github.com/AcademySoftwareFoundation/OpenEXR")
88
set (OpenEXR_GIT_TAG "v${OpenEXR_BUILD_VERSION}")
99
set_cache (OpenEXR_BUILD_SHARED_LIBS ${LOCAL_BUILD_SHARED_LIBS_DEFAULT}

0 commit comments

Comments
 (0)