Open doganoo opened 4 years ago
Sorry about the previous answers, I got it totally wrong. It seems you don't have BLAS installed.
For ubuntu 16 install using:
sudo apt-get install libblas-dev liblapack-dev
If you already installed BLAS (considering ./configure is supposed to detect it), maybe adding "enum" before each of those CBLAS_ enumerators should work.
I will post here a gist so you can replace the file and test it with thoses enums.
Compiling on Ubuntu Xenial with Vagrant, I get the following error at the make test step:
I have installed the following php extensions:
What am I doing wrong? Thanks in advance.