Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Commit

Permalink
Update to SuiteSparse 4.5.3, closes #3.
Browse files Browse the repository at this point in the history
  • Loading branch information
siko1056 committed Jun 6, 2016
1 parent f48f60d commit f47c460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ openblas: $(LIBS_DIR)/lib/libopenblas$(_SONAME_SUFFIX).so
#
################################################################################

SUITESPARSE_VER = 4.5.2
SUITESPARSE_VER = 4.5.3

SUITESPARSE_LIBS = amd camd colamd ccolamd csparse cxsparse cholmod umfpack \
spqr klu rbio ldl btf suitesparseconfig
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In particular, a Makefile is provided containing all necessary information to
compile

- [OpenBLAS](http://www.openblas.net) (0.2.18),
- [SuiteSparse](http://www.suitesparse.com) (4.5.2),
- [SuiteSparse](http://www.suitesparse.com) (4.5.3),
- [QRUPDATE](http://sourceforge.net/projects/qrupdate) (1.1.2),
- [ARPACK](https://github.com/opencollab/arpack-ng) (3.3.0), and
- [GNU Octave](http://www.gnu.org/software/octave/) (development version)
Expand Down

0 comments on commit f47c460

Please sign in to comment.