From 78d10873ca0d1abdc1c503060aa0fd20fb9e15cd Mon Sep 17 00:00:00 2001 From: thegodone Date: Mon, 19 Jun 2017 06:52:03 +0200 Subject: [PATCH] Update Makefile.rule --- Makefile.rule | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.rule b/Makefile.rule index b6c22f7986..43fe817e7a 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -67,7 +67,7 @@ VERSION = 0.2.20.dev # NO_SHARED = 1 # If you don't need CBLAS interface, please comment it in. -# NO_CBLAS = 1 +NO_CBLAS = 1 # If you only want CBLAS interface without installing Fortran compiler, # please comment it in. @@ -75,10 +75,10 @@ VERSION = 0.2.20.dev # If you don't need LAPACK, please comment it in. # If you set NO_LAPACK=1, the library automatically sets NO_LAPACKE=1. -# NO_LAPACK = 1 +NO_LAPACK = 1 # If you don't need LAPACKE (C Interface to LAPACK), please comment it in. -# NO_LAPACKE = 1 +NO_LAPACKE = 1 # Build LAPACK Deprecated functions since LAPACK 3.6.0 BUILD_LAPACK_DEPRECATED = 1