OpenBLAS 0.2.9 Version.

This commit is contained in:
Zhang Xianyi 2014-06-10 21:55:19 +08:00
parent a40116de25
commit 21a6b5f79e
2 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,15 @@
OpenBLAS ChangeLog OpenBLAS ChangeLog
====================================================================
Version 0.2.9
10-Jun-2014
common:
* Improved the result for LAPACK testing. (#372)
* Installed DLL to prefix/bin instead of prefix/lib. (#366)
* Build import library on Windows.(#374)
x86/x86-64:
* To improve LAPACK testing, we fallback some kernels. (#372)
https://github.com/xianyi/OpenBLAS/wiki/Fixed-optimized-kernels-To-do-List
==================================================================== ====================================================================
Version 0.2.9.rc2 Version 0.2.9.rc2
06-Mar-2014 06-Mar-2014

View File

@ -3,7 +3,7 @@
# #
# This library's version # This library's version
VERSION = 0.2.9.rc2 VERSION = 0.2.9
# If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a # If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library # and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library