8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed0f0d commit 5a2f82eCopy full SHA for 5a2f82e
setup.py
@@ -133,13 +133,6 @@ def main():
133
cmake_args.append("-DWITH_V4L=ON")
134
cmake_args.append("-DENABLE_PRECOMPILED_HEADERS=OFF")
135
136
- if all(v in os.environ for v in ('JPEG_INCLUDE_DIR', 'JPEG_LIBRARY')):
137
- cmake_args += [
138
- "-DBUILD_JPEG=OFF",
139
- "-DJPEG_INCLUDE_DIR=%s" % os.environ['JPEG_INCLUDE_DIR'],
140
- "-DJPEG_LIBRARY=%s" % os.environ['JPEG_LIBRARY']
141
- ]
142
-
143
# Fixes for macOS builds
144
if sys.platform == 'darwin':
145
cmake_args.append("-DWITH_LAPACK=OFF") # Some OSX LAPACK fns are incompatible, see
0 commit comments