Revert "CBLAS_TRANSPOSE is a typedef'd enum"
This reverts commit 8ddc49e5.
The commit message of 8ddc49e5 mentions that only libatlas-base-dev
would provide enum CBLAS_TRANSPOSE
, but this does not seem to be true.
On the system I checked, it is also in
/usr/include/x86_64-gnu-linux/cblas.h, which is a symbolic link to
/etc/alternatives/cblas.h-x86_64-linux-gnu, which is a symbolic link to
/usr/include/x86_64-linux-gnu/cblas-netlib.h.
Then, the original code compiles just fine.
To test, try to compile the 4G UE (./build_oai --ninja --UE).
Closes: #802 (closed)
Edited by Robert Schmidt