Skip to content

Commit

Permalink
avoid breaking changes with netcdf-c letmaik/mingw branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dmey committed Sep 18, 2018
1 parent 545a466 commit 110d2fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/appveyor/install-netcdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ set -ex
pushd /tmp
git clone https://github.com/WRF-CMake/netcdf-c.git -b letmaik/mingw
cd netcdf-c
# FIXME: use release once branch has been merged.
# Avoid breaking changes with letmaik/mingw branch.
git checkout b68b29b5b29340338749831c1a7c3fa0a5079ba3
mkdir build && cd build
CC=gcc cmake -DCMAKE_GENERATOR="MSYS Makefiles" \
-DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
Expand Down

0 comments on commit 110d2fb

Please sign in to comment.