Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1e76778

Browse files
committed
conda-recipe: Use setuptools variant for install line
1 parent 24f3c1f commit 1e76778

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ci/conda_recipe/bld.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ ECHO toolkits_tests = False >> setup.cfg
1212
@rem see also https://github.com/conda-forge/libpng-feedstock/pull/4
1313
copy /y %LIBRARY_LIB%\libpng16.lib %LIBRARY_LIB%\png.lib
1414

15-
%PYTHON% setup.py install
15+
%PYTHON% setup.py install --single-version-externally-managed --record=record.txt
1616
if errorlevel 1 exit 1

ci/conda_recipe/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ cat setup.cfg
3333
sed -i.bak "s|/usr/local|$PREFIX|" setupext.py
3434

3535

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

0 commit comments

Comments
 (0)