Skip to content

Commit 5033291

Browse files
authored
Merge branch 'master' into update-scipy
2 parents 3fc8fec + 564ff87 commit 5033291

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)