Skip to content

Commit 4149614

Browse files
committed
cleanup and add 3.7 to the README
1 parent 0015549 commit 4149614

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,4 @@ Currently, builds for following Python versions are provided:
140140
- 3.4
141141
- 3.5
142142
- 3.6
143+
- 3.7

config.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ function pre_build {
4747
brew info ffmpeg
4848
echo '-----------------'
4949

50-
export MACOS_SDK_PATH=`xcrun --sdk macosx --show-sdk-path`
51-
export MIN_MACOS_VERSION="10.7"
52-
5350
else
5451
echo "Running for linux"
5552
fi

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ def main():
138138
cmake_args.append("-DWITH_LAPACK=OFF") # Some OSX LAPACK fns are incompatible, see
139139
# https://github.com/skvark/opencv-python/issues/21
140140
cmake_args.append("-DCMAKE_CXX_FLAGS=-stdlib=libc++")
141-
cmake_args.append("-DCMAKE_OSX_SYSROOT=%s" % os.environ['MACOS_SDK_PATH'])
142-
cmake_args.append("-DCMAKE_OSX_DEPLOYMENT_TARGET=%s" % os.environ['MIN_MACOS_VERSION'])
143141

144142
if sys.platform.startswith('linux'):
145143
cmake_args.append("-DWITH_IPP=OFF") # https://github.com/opencv/opencv/issues/10411

0 commit comments

Comments
 (0)