Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f3c1f commit 1e76778Copy full SHA for 1e76778
2 files changed
ci/conda_recipe/bld.bat
@@ -12,5 +12,5 @@ ECHO toolkits_tests = False >> setup.cfg
12
@rem see also https://github.com/conda-forge/libpng-feedstock/pull/4
13
copy /y %LIBRARY_LIB%\libpng16.lib %LIBRARY_LIB%\png.lib
14
15
-%PYTHON% setup.py install
+%PYTHON% setup.py install --single-version-externally-managed --record=record.txt
16
if errorlevel 1 exit 1
ci/conda_recipe/build.sh
@@ -33,5 +33,5 @@ cat setup.cfg
33
sed -i.bak "s|/usr/local|$PREFIX|" setupext.py
34
35
36
-$PYTHON setup.py install
+$PYTHON setup.py install --single-version-externally-managed --record=record.txt
37
0 commit comments