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 2018/01/09 21:37:03 UTC

[GitHub] ykim362 commented on issue #9350: Trouble building with mkl from source

ykim362 commented on issue #9350: Trouble building with mkl from source
URL: https://github.com/apache/incubator-mxnet/issues/9350#issuecomment-356422037
 
 
   @jerrin92 Could you please use below command instead?
   
   $ make -j $(nproc) USE_OPENCV=1 USE_MKL2017=1 USE_MKL2017_EXPERIMENTAL=1 USE_BLAS=atlas
   
   You might need to install atlas if you haven't.
   
   sudo apt-get update && apt-get install -y libatlas-base-dev

----------------------------------------------------------------
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