diff options
author | Lars Buitinck <larsmans@gmail.com> | 2013-08-28 16:52:24 +0200 |
---|---|---|
committer | Lars Buitinck <larsmans@gmail.com> | 2013-08-28 16:52:24 +0200 |
commit | 212463dce961827421a9c54f109a430c1599732c (patch) | |
tree | 7caaee643e8ad711de83c8a598fca9b88d54f75b /common.h | |
parent | fe98de2f682e0847258d3438b4b761433dbddc26 (diff) | |
download | openblas-212463dce961827421a9c54f109a430c1599732c.tar.gz openblas-212463dce961827421a9c54f109a430c1599732c.tar.bz2 openblas-212463dce961827421a9c54f109a430c1599732c.zip |
get rid of the generated cblas_noconst.h file
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -574,9 +574,10 @@ typedef struct { #include "common_level2.h" #include "common_level3.h" #include "common_lapack.h" + #ifdef CBLAS -/* This header file is generated from "cblas.h" (see Makefile.prebuild). */ -#include "cblas_noconst.h" +# define OPENBLAS_CONST /* see comment in cblas.h */ +# include "cblas.h" #endif #ifndef ASSEMBLER |