Skip to content

Commit

Permalink
Fix Windows CI builds due to vcpkg clapack and openblas issues (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jul 7, 2019
1 parent fafbf65 commit 2593735
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/azure-pipelines-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ steps:
echo 'set(VCPKG_BUILD_TYPE release)' >> ${VCPKG_INSTALLATION_ROOT}/triplets/x64-windows.cmake
cat ${VCPKG_INSTALLATION_ROOT}/triplets/x64-windows.cmake
# install libraries
vcpkg install netcdf-c gdal pcre fftw3 clapack openblas --triplet x64-windows
#vcpkg install netcdf-c gdal pcre fftw3 clapack openblas --triplet x64-windows
vcpkg install netcdf-c gdal pcre fftw3 --triplet x64-windows
# hook up user-wide integration
vcpkg integrate install
# list installed libraries
Expand Down

0 comments on commit 2593735

Please sign in to comment.