Fix includes
This commit is contained in:
parent
ce7ea72de1
commit
d39978cd7f
|
@ -10,7 +10,7 @@
|
||||||
http://www.netlib.org/f2c/libf2c.zip
|
http://www.netlib.org/f2c/libf2c.zip
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../config.h"
|
#include "relapack_config.h"
|
||||||
#include "f2c.h"
|
#include "f2c.h"
|
||||||
|
|
||||||
#if BLAS_COMPLEX_FUNCTIONS_AS_ROUTINES
|
#if BLAS_COMPLEX_FUNCTIONS_AS_ROUTINES
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef RELAPACK_INT_H
|
#ifndef RELAPACK_INT_H
|
||||||
#define RELAPACK_INT_H
|
#define RELAPACK_INT_H
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "../../config.h"
|
#include "config.h"
|
||||||
#if defined(OS_WINDOWS) && defined(__64BIT__)
|
#if defined(OS_WINDOWS) && defined(__64BIT__)
|
||||||
typedef long long BLASLONG;
|
typedef long long BLASLONG;
|
||||||
typedef unsigned long long BLASULONG;
|
typedef unsigned long long BLASULONG;
|
||||||
|
@ -9,7 +9,7 @@ typedef unsigned long long BLASULONG;
|
||||||
typedef long BLASLONG;
|
typedef long BLASLONG;
|
||||||
typedef unsigned long BLASULONG;
|
typedef unsigned long BLASULONG;
|
||||||
#endif
|
#endif
|
||||||
#include "../config.h"
|
#include "relapack_config.h"
|
||||||
|
|
||||||
#include "../inc/relapack.h"
|
#include "../inc/relapack.h"
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
http://www.netlib.org/f2c/libf2c.zip
|
http://www.netlib.org/f2c/libf2c.zip
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../config.h"
|
#include "relapack_config.h"
|
||||||
#include "f2c.h"
|
#include "f2c.h"
|
||||||
|
|
||||||
#if BLAS_COMPLEX_FUNCTIONS_AS_ROUTINES
|
#if BLAS_COMPLEX_FUNCTIONS_AS_ROUTINES
|
||||||
|
|
Loading…
Reference in New Issue