From 308e6195b7a039c0c537ae212785e1c7cba2a75c Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Sun, 20 Mar 2016 09:22:56 -0400 Subject: [PATCH] Refs #807. Enable BUILD_LAPACK_DEPRECATED=1 by default. --- Makefile.rule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rule b/Makefile.rule index fe4219aab..22467ea77 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -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