Skip to content

Commit

Permalink
Do not use distutils build command, only install
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Sep 10, 2024
1 parent 2bccde3 commit fdcc87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
@rem Remember to activate compiler, if needed

set MKLROOT=%CONDA_PREFIX%
%PYTHON% setup.py build --force install --old-and-unmanageable
%PYTHON% setup.py install
if errorlevel 1 exit 1
2 changes: 1 addition & 1 deletion conda-recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit fdcc87c

Please sign in to comment.