Skip to content

Commit fdcc87c

Browse files
Do not use distutils build command, only install
1 parent 2bccde3 commit fdcc87c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-recipe/bld.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
@rem Remember to activate compiler, if needed
33

44
set MKLROOT=%CONDA_PREFIX%
5-
%PYTHON% setup.py build --force install --old-and-unmanageable
5+
%PYTHON% setup.py install
66
if errorlevel 1 exit 1

conda-recipe/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# make sure that compiler has been sourced, if necessary
44

5-
MKLROOT=$CONDA_PREFIX $PYTHON setup.py build --force install --old-and-unmanageable
5+
MKLROOT=$CONDA_PREFIX $PYTHON setup.py install

0 commit comments

Comments
 (0)