Skip to content

Commit 1e03a62

Browse files
committed
Update doc for 0.2.18 version.
1 parent faa7369 commit 1e03a62

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 2.8.4)
66
project(OpenBLAS)
77
set(OpenBLAS_MAJOR_VERSION 0)
88
set(OpenBLAS_MINOR_VERSION 2)
9-
set(OpenBLAS_PATCH_VERSION 18.dev)
9+
set(OpenBLAS_PATCH_VERSION 18)
1010
set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}")
1111

1212
enable_language(ASM)

Changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
OpenBLAS ChangeLog
2+
====================================================================
3+
Version 0.2.18
4+
12-Apr-2016
5+
common:
6+
* If you set MAKE_NB_JOBS flag less or equal than zero,
7+
make will be without -j.
8+
9+
x86/x86_64:
10+
* Support building Visual Studio static library. (#813, Thanks, theoractice)
11+
* Fix bugs to pass buidbot CI tests (http://build.openblas.net)
12+
13+
ARM:
14+
* Provide DGEMM 8x4 kernel for Cortex-A57 (Thanks, Ashwin Sekhar T K)
15+
16+
POWER:
17+
* Optimize S and C BLAS3 on Power8
18+
* Optimize BLAS2/1 on Power8
19+
220
====================================================================
321
Version 0.2.17
422
20-Mar-2016

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.18.dev
6+
VERSION = 0.2.18
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

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.2.17.{build}
1+
version: 0.2.18.{build}
22

33
#environment:
44

0 commit comments

Comments
 (0)