fix version

This commit is contained in:
conrad
2021-07-22 10:50:40 +10:00
parent 622eb49768
commit 90583f252b
+3 -3
View File
@@ -1,7 +1,7 @@
The lib and dll files in this folder are for MSVC running on Windows 10 (64 bit).
The files were obtained from a pre-compiled release of OpenBLAS 0.3.10:
https://github.com/xianyi/OpenBLAS/releases/download/v0.3.10/OpenBLAS-0.3.10-x64.zip
The files were obtained from a pre-compiled release of OpenBLAS 0.3.13:
https://github.com/xianyi/OpenBLAS/releases/download/v0.3.13/OpenBLAS-0.3.13-x64.zip
The compilation was done by a third party. USE AT YOUR OWN RISK.
@@ -11,7 +11,7 @@ libopenblas.lib is a copy of OpenBLAS-0.3.13-x64/lib/libopenblas.dll.a
The original sources for OpenBLAS are at:
https://github.com/xianyi/OpenBLAS/
OpenBLAS is a fast implementation of BLAS and LAPACK.
OpenBLAS is a high-performance implementation of BLAS and LAPACK.
The original sources for standard BLAS and LAPACK are at:
http://www.netlib.org/blas/
http://www.netlib.org/lapack/