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

Commit

Permalink
Update to OpenBLAS 0.2.18 and SuiteSparse 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
siko1056 committed Apr 14, 2016
1 parent 039edcc commit f48f60d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ clean:
#
################################################################################

OPENBLAS_VER = 0.2.17
OPENBLAS_VER = 0.2.18

$(SRC_CACHE)/openblas-$(OPENBLAS_VER).zip:
cd $(SRC_CACHE) \
Expand Down Expand Up @@ -69,7 +69,7 @@ openblas: $(LIBS_DIR)/lib/libopenblas$(_SONAME_SUFFIX).so
#
################################################################################

SUITESPARSE_VER = 4.5.1
SUITESPARSE_VER = 4.5.2

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

- [OpenBLAS](http://www.openblas.net) (0.2.17),
- [SuiteSparse](http://www.suitesparse.com) (4.5.1),
- [OpenBLAS](http://www.openblas.net) (0.2.18),
- [SuiteSparse](http://www.suitesparse.com) (4.5.2),
- [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 f48f60d

Please sign in to comment.