We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All dependencies are installed, but I'm getting the following error
$ scons scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... g++ -o src/cpp/structure/connections/convolve.os -c -O3 -fPIC -I/usr/local/include -I/sw/include -I/usr/include -I/System/Library/Frameworks/vecLib.framework/Versions/A/Headers src/cpp/structure/connections/convolve.cpp src/cpp/structure/connections/convolve.cpp:9:14: fatal error: 'cblas.h' file not found #include "cblas.h" ^ 1 error generated. scons: *** [src/cpp/structure/connections/convolve.os] Error 1 scons: building terminated because of errors.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
All dependencies are installed, but I'm getting the following error
The text was updated successfully, but these errors were encountered: