Fixed cmake build bugs on Linux.

This commit is contained in:
Zhang Xianyi
2015-08-11 16:25:16 -05:00
parent 40ab5cfc50
commit f8eba3d548
9 changed files with 78 additions and 14 deletions

View File

@@ -460,6 +460,9 @@ typedef char* env_var_t;
(__GNUC__ >= 3 && !defined(__cplusplus)) || \
_MSC_VER >= 1800) // Visual Studio 2013 supports complex
#define OPENBLAS_COMPLEX_C99
#ifndef __cplusplus
#include <complex.h>
#endif
typedef float _Complex openblas_complex_float;
typedef double _Complex openblas_complex_double;
typedef xdouble _Complex openblas_complex_xdouble;