Skip to content

Commit 1619b2f

Browse files
committed
Merge branch 'release-0.2.17'
2 parents fced574 + 4f31533 commit 1619b2f

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

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 16)
9+
set(OpenBLAS_PATCH_VERSION 17)
1010
set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}")
1111

1212
enable_language(ASM)

Changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
OpenBLAS ChangeLog
2+
====================================================================
3+
Version 0.2.16
4+
20-Mar-2016
5+
common:
6+
* Enable BUILD_LAPACK_DEPRECATED=1 by default.
7+
28
====================================================================
39
Version 0.2.16
410
15-Mar-2016

Makefile.rule

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
# This library's version
6-
VERSION = 0.2.16
6+
VERSION = 0.2.17
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
@@ -80,7 +80,7 @@ VERSION = 0.2.16
8080
# NO_LAPACKE = 1
8181

8282
# Build LAPACK Deprecated functions since LAPACK 3.6.0
83-
# BUILD_LAPACK_DEPRECATED = 1
83+
BUILD_LAPACK_DEPRECATED = 1
8484

8585
# If you want to use legacy threaded Level 3 implementation.
8686
# USE_SIMPLE_THREADED_LEVEL3 = 1

0 commit comments

Comments
 (0)