Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need an #include on Windows #1125

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix Windows CI builds due to vcpkg clapack and openblas issues (#1122)
  • Loading branch information
seisman committed Jul 7, 2019
commit 25937350bf837d1f80ab90aa39bd28a21220831a
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