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.3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
siko1056 committed May 4, 2019
1 parent d465177 commit 1eb0a3e
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 @@ -44,7 +44,7 @@ clean:
#
################################################################################

OPENBLAS_VER = 0.3.5
OPENBLAS_VER = 0.3.6

$(SRC_CACHE)/openblas-$(OPENBLAS_VER).zip:
@echo -e "\n>>> Download OpenBLAS <<<\n"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In case of any problems, a detailed log of all console output is saved to
In particular, a Makefile is provided containing all necessary information to
compile

- [OpenBLAS](http://www.openblas.net) (0.3.5),
- [OpenBLAS](http://www.openblas.net) (0.3.6),
- [SuiteSparse](http://faculty.cse.tamu.edu/davis/suitesparse.html) (5.4.0),
- [QRUPDATE](https://sourceforge.net/projects/qrupdate/) (1.1.2),
- [ARPACK-NG](https://github.com/opencollab/arpack-ng) (3.7.0), and
Expand Down

0 comments on commit 1eb0a3e

Please sign in to comment.