From 2be78fc97777148c83d20b8509e38aa1fc1b4540 Mon Sep 17 00:00:00 2001 From: "Field G. Van Zee" Date: Fri, 27 Aug 2021 12:17:26 -0500 Subject: [PATCH] Disabled (at least temporarily) commit 8e0c425. Details: - Reverted changes in 8e0c425 due to AppVeyor build failures that we do not yet understand. --- frame/include/bli_system.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frame/include/bli_system.h b/frame/include/bli_system.h index 79333017b..2541018ac 100644 --- a/frame/include/bli_system.h +++ b/frame/include/bli_system.h @@ -70,7 +70,7 @@ #endif // Determine the target operating system. -#if defined(BLIS_ENABLE_SYSTEM) +//#if defined(BLIS_ENABLE_SYSTEM) #if defined(_WIN32) || defined(__CYGWIN__) #define BLIS_OS_WINDOWS 1 #elif defined(__gnu_hurd__) @@ -94,9 +94,9 @@ #else #error "Cannot determine operating system" #endif -#else // #if defined(BLIS_DISABLE_SYSTEM) - #define BLIS_OS_NONE -#endif +//#else // #if defined(BLIS_DISABLE_SYSTEM) +// #define BLIS_OS_NONE +//#endif // A few changes that may be necessary in Windows environments. #if BLIS_OS_WINDOWS