mirror of
https://github.com/amd/blis.git
synced 2026-03-20 01:07:21 +00:00
Disabled (at least temporarily) commit 8e0c425.
Details:
- Reverted changes in 8e0c425 due to AppVeyor build failures that we do
not yet understand.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user