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 10:07:27 UTC

[GitHub] hatinder opened a new issue #13586: ubuntu 18.04 R-package

hatinder opened a new issue #13586: ubuntu 18.04 R-package
URL: https://github.com/apache/incubator-mxnet/issues/13586
 
 
   Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential information to most of the technical issues and bug reports. For non-technical issues and feature requests, feel free to present the information in what you believe is the best form.
   
   For Q & A and discussion, please start a discussion thread at https://discuss.mxnet.io 
   
   ## Description
   I manage to build mxnet on ubuntu but I cant install Rpackage. Here is my build command.
   Folder where i call the command : apache-mxnet-src-1.3.0-incubating/build/Release$ 
   cmake -j -DUSE_CUDA=0 -DUSE_MKLDNN=1 ../../
   Subsequently I tried following command 
   
   src/apache-mxnet-src-1.3.0-incubating$ 
   sudo make rpkg
   
   Error message below.
   **
   Makefile:176: "USE_LAPACK disabled because libraries were not found"
   mkdir -p R-package/inst
   mkdir -p R-package/inst/libs
   cp src/io/image_recordio.h R-package/src
   cp -rf lib/libmxnet.so R-package/inst/libs
   mkdir -p R-package/inst/include
   cp -rf include/* R-package/inst/include
   cp -rf 3rdparty/dmlc-core/include/* R-package/inst/include/
   cp -rf 3rdparty/tvm/nnvm/include/* R-package/inst/include
   Rscript -e "if(!require(devtools)){install.packages('devtools', repo = 'https://cloud.r-project.org/')}"
   Loading required package: devtools
   Rscript -e "library(devtools); library(methods); options(repos=c(CRAN='https://cloud.r-project.org/')); install_deps(pkg='R-package', dependencies = TRUE)"
   Error: Could not find package root.
   Execution halted
   Makefile:568: recipe for target 'rpkg' failed
   make: *** [rpkg] Error 1
   
   **
   
   ## Environment info (Required)
   Ubuntu 18.04
   

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