Skip to content

Commit

Permalink
conda-recipe: Use setuptools variant for install line
Browse files Browse the repository at this point in the history
  • Loading branch information
jankatins committed Jun 1, 2016
1 parent eb2b6cf commit 4de3911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/conda_recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ ECHO toolkits_tests = False >> setup.cfg
@rem see also https://github.com/conda-forge/libpng-feedstock/pull/4
copy /y %LIBRARY_LIB%\libpng16.lib %LIBRARY_LIB%\png.lib

%PYTHON% setup.py install
%PYTHON% setup.py install --single-version-externally-managed --record=record.txt
if errorlevel 1 exit 1
2 changes: 1 addition & 1 deletion ci/conda_recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ cat setup.cfg
sed -i.bak "s|/usr/local|$PREFIX|" setupext.py


$PYTHON setup.py install
$PYTHON setup.py install --single-version-externally-managed --record=record.txt

0 comments on commit 4de3911

Please sign in to comment.