You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/02/26 20:10:32 UTC

[GitHub] HaichaoZhu edited a comment on issue #14235: /usr/bin/ld: cannot find -lsatlas

HaichaoZhu edited a comment on issue #14235: /usr/bin/ld: cannot find -lsatlas
URL: https://github.com/apache/incubator-mxnet/issues/14235#issuecomment-467593833
 
 
   > Did you use Makefile or CMake? If you are using Makefile, please also change [this line](https://github.com/apache/incubator-mxnet/blob/master/make/config.mk#L116) to OpenBlas.
   ATLAS and OpenBLAS are different packages, if "cannot find -lsatlas" still exists, there must be somewhere still using ATLAS rather than OpenBLAS.
   
   Oh, this is the solution! I did use `makefile`, but I didn't know I need to change `USE_BLAS = atlas` in `config file`. Thank you so much. Although there is still some other errors, I don't have `/usr/bin/ld: cannot find -lsatlas` anymore! @junrushao1994 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services