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/12/08 23:55:34 UTC

[GitHub] jeremiedb commented on issue #13586: ubuntu 18.04 R-package

jeremiedb commented on issue #13586: ubuntu 18.04 R-package
URL: https://github.com/apache/incubator-mxnet/issues/13586#issuecomment-445499035
 
 
   `Makefile:176: "USE_LAPACK disabled because libraries were not found"`
   Had you installed a blas and lapack libraries? : `sudo apt-get install -y libopenblas-dev liblapack-dev`
   
   Are you using R version >= 3.4.4? You can look at https://mxnet.apache.org/install/index.html?platform=Linux&language=R&processor=CPU for further details. 
   
   Please note that there seems that have a recent bug that should be fixed by #13590. But if you build from version 1.3.0, you should be fine. 

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