Skip to content

Commit

Permalink
Update windows compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Aug 28, 2024
1 parent 37ab01f commit d3ecbc2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ci/build_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ if errorlevel 1 exit 1
call conda config --show
if errorlevel 1 exit 1

rem cxx compiler version 1.5.0 -> vs2017
rem build currently doesn't work on vs2019
rem ref: https://github.com/ukoethe/vigra/issues/525
call conda create ^
--quiet --yes ^
--name vigra ^
python=%PYTHON_VERSION% pytest c-compiler=1.5.0 cxx-compiler=1.5.0 ^
python=%PYTHON_VERSION% pytest c-compiler cxx-compiler ^
zlib libjpeg-turbo libpng libtiff hdf5 fftw cmake ninja ^
boost=1.78 boost-cpp=1.78 numpy h5py sphinx ^
openexr lemon
Expand Down

0 comments on commit d3ecbc2

Please sign in to comment.