You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/01/14 18:18:49 UTC

[incubator-mxnet] branch master updated (3971938 -> 9f2e73f)

This is an automated email from the ASF dual-hosted git repository.

lausen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 3971938  Fix #17267, add expected and got datatype for concat error msgs (#17271)
     add 9f2e73f  Support R-package with cmake build and fix installation instructions (#17228)

No new revisions were added by this update.

Summary of changes:
 Makefile                                           | 30 ---------
 R-package/Makefile                                 | 33 ++++++++++
 R-package/R/callback.R                             |  1 +
 R-package/R/zzz.R                                  | 14 ++++-
 R-package/src/Makevars                             |  5 +-
 R-package/src/Makevars.win                         |  1 -
 ci/docker/runtime_functions.sh                     | 13 ++--
 .../src/_includes/get_started/linux/r/cpu.md       |  5 +-
 .../src/_includes/get_started/linux/r/gpu.md       |  5 +-
 .../static_site/src/pages/get_started/osx_setup.md |  2 +-
 .../src/pages/get_started/ubuntu_setup.md          | 71 ++++++----------------
 setup-utils/install-mxnet-ubuntu-r.sh              |  2 +-
 12 files changed, 82 insertions(+), 100 deletions(-)
 create mode 100644 R-package/Makefile