From d3ecbc2fc3990d63b739cb80b45e8c1937d8c045 Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Sat, 10 Aug 2024 22:08:53 -0400 Subject: [PATCH] Update windows compiler --- ci/build_windows.bat | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ci/build_windows.bat b/ci/build_windows.bat index e1a568d30..612571a5a 100644 --- a/ci/build_windows.bat +++ b/ci/build_windows.bat @@ -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