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 5.2.0.
Browse files Browse the repository at this point in the history
Effectiffely, this is a downgrade. This is because SuiteSparse had
release on Mar 12, 2018, that accidentially increased the major version
number to six.
  • Loading branch information
siko1056 committed Mar 19, 2018
1 parent 5167458 commit 34f76eb
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 @@ -73,7 +73,7 @@ openblas: $(INSTALL_DIR)/lib/libopenblas$(_SONAME_SUFFIX).so
#
################################################################################

SUITESPARSE_VER = 6.0.0
SUITESPARSE_VER = 5.2.0

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 @@ -25,7 +25,7 @@ In particular, a Makefile is provided containing all necessary information to
compile

- [OpenBLAS](http://www.openblas.net) (0.2.20),
- [SuiteSparse](http://www.suitesparse.com) (6.0.0),
- [SuiteSparse](http://www.suitesparse.com) (5.2.0),
- [QRUPDATE](https://sourceforge.net/projects/qrupdate/) (1.1.2),
- [ARPACK-NG](https://github.com/opencollab/arpack-ng) (3.5.0), and
- [GNU Octave][1] (4.2.2)
Expand Down

0 comments on commit 34f76eb

Please sign in to comment.