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:41:54 UTC

[GitHub] jeremiedb opened a new issue #13589: Can't build R-package from master since #13062

jeremiedb opened a new issue #13589: Can't build R-package from master since #13062
URL: https://github.com/apache/incubator-mxnet/issues/13589
 
 
   
   Commit #13062 by adding the symbolic links to dmlc and nnvm seems the cause of the error in building the R-package. 
   Thwe code in cause in the Makefile for rpkg are: 
   
   ```
   cp -rf 3rdparty/dmlc-core/include/* R-package/inst/include/
   cp -rf 3rdparty/tvm/nnvm/include/* R-package/inst/include
   ```
   
   If removing the above lines, the build of the R-package still fails. Seems like the symbollic like isn't resolved properly by the process (not too sure about this later part). 
   
   Shouldn't a build test have captured this issue?

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