LCSL / GURLS

GURLS: a Least Squares Library for Supervised Learning
http://lcsl.mit.edu/#/downloads/gurls
63 stars 37 forks source link

Makefile:127: recipe for target 'all' failed #30

Open ems7 opened 7 years ago

ems7 commented 7 years ago

When installing girls from the latest git release I get the following error: make[3]: *** [getarch_2nd] Error 1 Makefile:129: *** OpenBLAS: Detecting CPU failed. Please set TARGET explicitly, e.g. make TARGET=your_cpu_target. Please read README for the detail.. Stop. CMakeFiles/buildOpenblas.dir/build.make:111: recipe for target 'buildOpenblas-prefix/src/buildOpenblas-stamp/buildOpenblas-build' failed make[2]: *** [buildOpenblas-prefix/src/buildOpenblas-stamp/buildOpenblas-build] Error 2 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/buildOpenblas.dir/all' failed make[1]: *** [CMakeFiles/buildOpenblas.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2 OpenBlas has been installed from git without any problems.

I have tried passing the "TARGET=INTEL" flag as per https://github.com/xianyi/OpenBLAS/issues/1006 but this did not fix the problem.

buildBoost also reports: link.jam: No such file or directory

I am using Ubuntu 16.04 x86_64