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.17
Browse files Browse the repository at this point in the history
  • Loading branch information
siko1056 committed Mar 21, 2016
1 parent ae8ac4b commit 8741a14
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 @@ -41,7 +41,7 @@ clean:
#
################################################################################

OPENBLAS_VER = 0.2.16
OPENBLAS_VER = 0.2.17

$(SRC_CACHE)/openblas-$(OPENBLAS_VER).zip:
cd $(SRC_CACHE) \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ make
In particular, a Makefile is provided containing all necessary information to
compile

- [OpenBLAS](http://www.openblas.net) (0.2.16),
- [OpenBLAS](http://www.openblas.net) (0.2.17),
- [SuiteSparse](http://www.suitesparse.com) (4.5.1),
- [QRUPDATE](http://sourceforge.net/projects/qrupdate) (1.1.2),
- [ARPACK](https://github.com/opencollab/arpack-ng) (3.3.0), and
Expand Down

0 comments on commit 8741a14

Please sign in to comment.