From eeebaf22948192c151c87903865de603e93f2874 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 30 Oct 2022 12:45:54 +0100 Subject: [PATCH] move INCLUDE_ALL to (c)make options --- relapack/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relapack/config.h b/relapack/config.h index 9d6919463..914efcbf0 100644 --- a/relapack/config.h +++ b/relapack/config.h @@ -45,7 +45,7 @@ // The following macros specify which routines are included in the library under // LAPACK's symbol names: 1 included, 0 not included -#define INCLUDE_ALL 1 +// #define INCLUDE_ALL 1 #define INCLUDE_XLAUUM INCLUDE_ALL #define INCLUDE_SLAUUM INCLUDE_XLAUUM