You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 OpenMathLib/OpenBLAS#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
The text was updated successfully, but these errors were encountered:
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 OpenMathLib/OpenBLAS#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
The text was updated successfully, but these errors were encountered: