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 2bccde3 commit fdcc87cCopy full SHA for fdcc87c
conda-recipe/bld.bat
@@ -2,5 +2,5 @@
2
@rem Remember to activate compiler, if needed
3
4
set MKLROOT=%CONDA_PREFIX%
5
-%PYTHON% setup.py build --force install --old-and-unmanageable
+%PYTHON% setup.py install
6
if errorlevel 1 exit 1
conda-recipe/build.sh
@@ -2,4 +2,4 @@
# make sure that compiler has been sourced, if necessary
-MKLROOT=$CONDA_PREFIX $PYTHON setup.py build --force install --old-and-unmanageable
+MKLROOT=$CONDA_PREFIX $PYTHON setup.py install
0 commit comments