Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c5bb48b

Browse filesBrowse files
committed
openEXR patch is still needed
1 parent 8690b21 commit c5bb48b
Copy full SHA for c5bb48b

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ def main():
180180
cmake_args.append("-DWITH_V4L=ON")
181181
cmake_args.append("-DENABLE_PRECOMPILED_HEADERS=OFF")
182182

183+
if sys.platform.startswith('linux') and not x64:
184+
subprocess.check_call("patch -p0 < patches/patchOpenEXR", shell=True)
185+
183186
# Fixes for macOS builds
184187
if sys.platform == "darwin":
185188
cmake_args.append("-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.9")

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.