Skip to content

Commit 564ff87

Browse files
authored
Merge pull request #147 from IntelPython/remove-mac-deployment-target
Remove Mac deployment target from build scripts
2 parents d4929a3 + 30beae3 commit 564ff87

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

conda-recipe-cf/build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
#!/bin/bash -x
22

3-
if [ "$(uname)" == Darwin ]; then
4-
export MACOSX_DEPLOYMENT_TARGET=10.9
5-
fi
6-
73
export MKLROOT=$PREFIX
84
export CFLAGS="-I$PREFIX/include $CFLAGS"
95
$PYTHON -m pip install --no-build-isolation --no-deps .

conda-recipe/build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
#!/bin/bash -x
22

3-
if [ "$(uname)" == Darwin ]; then
4-
export MACOSX_DEPLOYMENT_TARGET=10.9
5-
fi
6-
73
export MKLROOT=$PREFIX
84
export CFLAGS="-I$PREFIX/include $CFLAGS"
95
$PYTHON -m pip install --no-build-isolation --no-deps .

0 commit comments

Comments
 (0)