mirror of
https://github.com/amd/blis.git
synced 2026-04-19 23:28:52 +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
|
#endif
|
||||||
|
|
||||||
// Determine the target operating system.
|
// Determine the target operating system.
|
||||||
#if defined(BLIS_ENABLE_SYSTEM)
|
//#if defined(BLIS_ENABLE_SYSTEM)
|
||||||
#if defined(_WIN32) || defined(__CYGWIN__)
|
#if defined(_WIN32) || defined(__CYGWIN__)
|
||||||
#define BLIS_OS_WINDOWS 1
|
#define BLIS_OS_WINDOWS 1
|
||||||
#elif defined(__gnu_hurd__)
|
#elif defined(__gnu_hurd__)
|
||||||
@@ -94,9 +94,9 @@
|
|||||||
#else
|
#else
|
||||||
#error "Cannot determine operating system"
|
#error "Cannot determine operating system"
|
||||||
#endif
|
#endif
|
||||||
#else // #if defined(BLIS_DISABLE_SYSTEM)
|
//#else // #if defined(BLIS_DISABLE_SYSTEM)
|
||||||
#define BLIS_OS_NONE
|
// #define BLIS_OS_NONE
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
// A few changes that may be necessary in Windows environments.
|
// A few changes that may be necessary in Windows environments.
|
||||||
#if BLIS_OS_WINDOWS
|
#if BLIS_OS_WINDOWS
|
||||||
|
|||||||
Reference in New Issue
Block a user