Skip to content

Commit

Permalink
Use python setup.py install
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Feb 13, 2024
1 parent 96c1753 commit 89467af
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
@@ -1,5 +1,5 @@
@rem Remember to source the compiler

set MKLROOT=%CONDA_PREFIX%
%PYTHON% setup.py 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 @@

export CFLAGS="-I$PREFIX/include $CFLAGS"
export MKLROOT=$CONDA_PREFIX
$PYTHON -m pip install . --no-build-isolation --no-deps
$PYTHON setup.py install

0 comments on commit 89467af

Please sign in to comment.