cblas.h location?

Hi,


I'm trying to build mxnet from source, but my problem finding out where cblas.h is located.


Others who have no problem building this have cblas.h in:

/System/Library/Frameworks/Accelerate.framework/Versions/Current/Frameworks/vecLib.framework/Versions/Current/Headers/


But for me in 10.13.4 using xcode version 9.3 (9E145)

/System/Library/Frameworks/Accelerate.framework/Versions/Current/Frameworks/vecLib.framework/Versions/Current/

does not have a Header directory.


Thoughts?

Answered by bradc37 in 304049022

I solved my problem by reinstalling xcode command line tools

xcode-select --install
Accepted Answer

I solved my problem by reinstalling xcode command line tools

xcode-select --install
cblas.h location?
 
 
Q