Probably a stupid problem, but any help would be appreciated!
Following the installation/guide instructions which basically say "download it and type make".
(I also tried with the latest released version, since that didn't work I thought I'd try from the source repo)
> cd OpenBLAS
[ edit Makefile.rule to set ONLY_CBLAS=1 ]
> cat Makefile.rule | grep ONLY_CBLAS
ONLY_CBLAS = 1
> make
[ lots of warnings about BLASLONG n set but not used ]
Makefile:21: kernel/x86_64/KERNEL: No such file or directory
make[1]: *** No rule to make target `kernel/x86_64/KERNEL'. Stop.
make: *** [libs] Error 1
OpenBLAS/kernel/x86_64/KERNEL exists, not sure what make is complaining about.
> make --version
GNU Make 3.81
> gcc --version
gcc (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4