File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ install:
8484 # Let the install prefer the static builds of the libs
8585 - set LIBRARY_LIB=%CONDA_PREFIX%\Library\lib
8686 - cmd : ' mkdir lib || cmd /c "exit /b 0"'
87- - copy %LIBRARY_LIB%\zlibstatic.lib lib\z.lib
88- - copy %LIBRARY_LIB%\libpng_static.lib lib\png.lib
87+ - copy /Y %LIBRARY_LIB%\zlibstatic.lib lib\z.lib
88+ - copy /Y %LIBRARY_LIB%\libpng_static.lib lib\png.lib
8989 # These z.lib / png.lib are not static versions but files which end up as
9090 # dependencies to the dll file. This is fine for the conda build, but not here
9191 # and for the wheels
@@ -113,6 +113,10 @@ test_script:
113113 # autoinstall latex packages (0=no, 1=autoinstall, 2=ask)
114114 # this adds this to the registry!
115115 - cmd : initexmf --set-config-value "[MPM]AutoInstall=1"
116+ # we need to put the real exe files into PATH as subprocess can't call bat files
117+ # this works for the "old" version of the miktex package, then next version should
118+ # not need it
119+ - set "PATH=%PATH%;%CONDA_PREFIX%\Library\miktex\miktex\bin"
116120 # missing packages on conda-forge for ffmpeg avconv mencoder imagemagick inkscape
117121 - cmd : conda install -q -c menpo ffmpeg # a repackaged version
118122 # This install sometimes failed randomly :-(
You can’t perform that action at this time.
0 commit comments