Refs #807. Enable BUILD_LAPACK_DEPRECATED=1 by default.
authorZhang Xianyi <traits.zhang@gmail.com>
Sun, 20 Mar 2016 13:22:56 +0000 (09:22 -0400)
committerZhang Xianyi <traits.zhang@gmail.com>
Sun, 20 Mar 2016 13:22:56 +0000 (09:22 -0400)
Makefile.rule

index fe4219a..22467ea 100644 (file)
@@ -80,7 +80,7 @@ VERSION = 0.2.16
 # NO_LAPACKE = 1
 
 # Build LAPACK Deprecated functions since LAPACK 3.6.0
-BUILD_LAPACK_DEPRECATED = 1
+BUILD_LAPACK_DEPRECATED = 1
 
 # If you want to use legacy threaded Level 3 implementation.
 # USE_SIMPLE_THREADED_LEVEL3 = 1