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 bfd9eba

Browse filesBrowse files
author
yonip
committed
Add flag to setup.py call so skbuild doesn't default to osx 10.6
1 parent 09fecca commit bfd9eba
Copy full SHA for bfd9eba

File tree

1 file changed

+8
-0
lines changed
Filter options

1 file changed

+8
-0
lines changed

‎config.sh

Copy file name to clipboardExpand all lines: config.sh
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ function build_wheel {
1010
build_bdist_wheel $@
1111
}
1212

13+
function bdist_wheel_cmd {
14+
# copied from multibuild's common_utils.sh
15+
# add osx deployment target so it doesnt default to 10.6
16+
local abs_wheelhouse=$1
17+
python setup.py bdist_wheel -- -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.7
18+
cp dist/*.whl $abs_wheelhouse
19+
}
20+
1321
if [ -n "$IS_OSX" ]; then
1422
echo " > OSX environment "
1523
else

0 commit comments

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