Skip to content

Commit b1255c7

Browse files
Use python setup.py install
1 parent a05e3f5 commit b1255c7

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
@@ -1,5 +1,5 @@
11
@rem Remember to source the compiler
22

33
set MKLROOT=%CONDA_PREFIX%
4-
%PYTHON% setup.py install --old-and-unmanageable
4+
%PYTHON% setup.py install
55
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
export CFLAGS="-I$PREFIX/include $CFLAGS"
44
export MKLROOT=$CONDA_PREFIX
5-
$PYTHON -m pip install . --no-build-isolation --no-deps
5+
$PYTHON setup.py install

0 commit comments

Comments
 (0)