Skip to content

Instantly share code, notes, and snippets.

@deepakkandasamy
Created June 1, 2016 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deepakkandasamy/12f85269a5e4073f634f8dfc91e38219 to your computer and use it in GitHub Desktop.
Save deepakkandasamy/12f85269a5e4073f634f8dfc91e38219 to your computer and use it in GitHub Desktop.
[ 1%] [ 2%] Built target Eigen3
Generating version header
[ 2%] Built target class_list
[ 2%] Built target version
[ 2%] [ 2%] [ 3%] [ 3%] [ 3%] Building CXX object src/shogun/CMakeFiles/libshogun.dir/preprocessor/PNorm.cpp.o
Building CXX object src/shogun/CMakeFiles/libshogun.dir/preprocessor/RescaleFeatures.cpp.o
Building CXX object src/shogun/CMakeFiles/libshogun.dir/preprocessor/SortWordString.cpp.o
Building CXX object src/shogun/CMakeFiles/libshogun.dir/preprocessor/SumOne.cpp.o
Building CXX object src/shogun/CMakeFiles/libshogun.dir/preprocessor/FeatureSelection.cpp.o
In file included from /home/deepak/shogun/src/shogun/preprocessor/PNorm.cpp:17:0:
/home/deepak/shogun/src/shogun/mathematics/lapack.h:37:19: fatal error: cblas.h: No such file or directory
#include <cblas.h>
^
compilation terminated.
src/shogun/CMakeFiles/libshogun.dir/build.make:988: recipe for target 'src/shogun/CMakeFiles/libshogun.dir/preprocessor/PNorm.cpp.o' failed
make[2]: *** [src/shogun/CMakeFiles/libshogun.dir/preprocessor/PNorm.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
CMakeFiles/Makefile2:181: recipe for target 'src/shogun/CMakeFiles/libshogun.dir/all' failed
make[1]: *** [src/shogun/CMakeFiles/libshogun.dir/all] Error 2
Makefile:137: recipe for target 'all' failed
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment