Skip to content

Commit 21a6b5f

Browse files
committed
OpenBLAS 0.2.9 Version.
1 parent a40116d commit 21a6b5f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Changelog.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
OpenBLAS ChangeLog
2+
====================================================================
3+
Version 0.2.9
4+
10-Jun-2014
5+
common:
6+
* Improved the result for LAPACK testing. (#372)
7+
* Installed DLL to prefix/bin instead of prefix/lib. (#366)
8+
* Build import library on Windows.(#374)
9+
x86/x86-64:
10+
* To improve LAPACK testing, we fallback some kernels. (#372)
11+
https://github.com/xianyi/OpenBLAS/wiki/Fixed-optimized-kernels-To-do-List
12+
213
====================================================================
314
Version 0.2.9.rc2
415
06-Mar-2014

Makefile.rule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
# This library's version
6-
VERSION = 0.2.9.rc2
6+
VERSION = 0.2.9
77

88
# If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
99
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library

0 commit comments

Comments
 (0)