Skip to content

Commit

Permalink
Merge pull request JuliaLang#9357 from JuliaLang/vs/suitesparse
Browse files Browse the repository at this point in the history
Update to SuiteSparse 4.4.1.
  • Loading branch information
tkelman committed Dec 23, 2014
2 parents bf2443a + b2a589d commit 55f37ac
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions contrib/windows/msys_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,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
2 changes: 1 addition & 1 deletion deps/Versions.make
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OPENBLAS_VER = v0.2.13
LAPACK_VER = 3.5.0
ARPACK_VER = 3.2.0
FFTW_VER = 3.3.4
SUITESPARSE_VER = 4.3.1
SUITESPARSE_VER = 4.4.1
UNWIND_VER = 1.1
OSXUNWIND_VER = 0.0.1
GMP_VER=6.0.0
Expand Down
1 change: 0 additions & 1 deletion deps/checksums/SuiteSparse-4.3.1.tar.gz/md5

This file was deleted.

1 change: 0 additions & 1 deletion deps/checksums/SuiteSparse-4.3.1.tar.gz/sha512

This file was deleted.

1 change: 1 addition & 0 deletions deps/checksums/SuiteSparse-4.4.1.tar.gz/md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9a9a0093c88f49e56dacb2f6a19b7f80
1 change: 1 addition & 0 deletions deps/checksums/SuiteSparse-4.4.1.tar.gz/sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7aedcf78fd71c18a75aeb9a3c5b4a61ab25cbbb4c25f7ee2f934294e3d0ce1b466d4824b26c67829feaf3bae7666c14088769dbb9cd4a73faf2ec7e2a4deb2f5

0 comments on commit 55f37ac

Please sign in to comment.