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.
2 parents 3fc8fec + 564ff87 commit 5033291Copy full SHA for 5033291
conda-recipe-cf/build.sh
@@ -1,9 +1,5 @@
1
#!/bin/bash -x
2
3
-if [ "$(uname)" == Darwin ]; then
4
- export MACOSX_DEPLOYMENT_TARGET=10.9
5
-fi
6
-
7
export MKLROOT=$PREFIX
8
export CFLAGS="-I$PREFIX/include $CFLAGS"
9
$PYTHON -m pip install --no-build-isolation --no-deps .
conda-recipe/build.sh
0 commit comments