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.
1 parent a05e3f5 commit b1255c7Copy full SHA for b1255c7
conda-recipe/bld.bat
@@ -1,5 +1,5 @@
1
@rem Remember to source the compiler
2
3
set MKLROOT=%CONDA_PREFIX%
4
-%PYTHON% setup.py install --old-and-unmanageable
+%PYTHON% setup.py install
5
if errorlevel 1 exit 1
conda-recipe/build.sh
@@ -2,4 +2,4 @@
export CFLAGS="-I$PREFIX/include $CFLAGS"
export MKLROOT=$CONDA_PREFIX
-$PYTHON -m pip install . --no-build-isolation --no-deps
+$PYTHON setup.py install
0 commit comments