Skip to content

Commit

Permalink
let appveyor know about the version bump
Browse files Browse the repository at this point in the history
revert this commit and d8cf6fe once new nightlies are ready
  • Loading branch information
tkelman committed Dec 14, 2014
1 parent ff95243 commit b2a589d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contrib/windows/msys_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,9 @@ else
echo 'override STAGE3_DEPS += suitesparse-wrapper' >> Make.user

# hack so all of suitesparse doesn't rebuild
make -C deps SuiteSparse-4.3.1/Makefile
touch deps/SuiteSparse-4.3.1/UMFPACK/Lib/libumfpack.a
echo 'override SUITESPARSE_VER = 4.4.1' >> Make.user
make -C deps SuiteSparse-4.4.1/Makefile
touch deps/SuiteSparse-4.4.1/UMFPACK/Lib/libumfpack.a
touch usr/bin/libspqr.dll
fi

Expand Down

0 comments on commit b2a589d

Please sign in to comment.