You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2020/03/25 13:20:34 UTC

[singa] branch dev updated (3e0c036 -> 38fa20b)

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

wangwei pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/singa.git.


    from 3e0c036  Merge pull request #637 from joddiy/dev
     new e4b656e  SINGA-487 Include NCCL and MPICH in conda build
     new 708eac0  Add one more env variable DIST for selection
     new a1675db  changes name Singa to SINGA
     new d4c5085  change version to git_describe_tag
     new 67d47b4  Merge branch 'dev' into SINGA-487_conda
     new 67f8fd2  update conda package version to support onnx
     new adeb9c6  restore numpy version
     new 0431831  try numpy version for macosx
     new 0f6c1ca  update readme for exporting DIST env var
     new 38fa20b  Merge pull request #624 from chrishkchris/SINGA-487_conda

The 1740 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/io/communicator.cc                   |  2 +-
 tool/conda/cpu/README.md                 | 14 +++++++-------
 tool/conda/cpu/meta.yaml                 |  6 ++----
 tool/conda/{gpu => dist}/README.md       | 25 +++++++++++++------------
 tool/conda/{cpu => dist}/meta.yaml       |  9 ++++-----
 tool/conda/gpu/README.md                 | 14 +++++++-------
 tool/conda/gpu/meta.yaml                 |  6 ++----
 tool/conda/singa/README.md               | 20 +++++++++++++++-----
 tool/conda/singa/build.sh                | 10 +++++++++-
 tool/conda/singa/conda_build_config.yaml | 10 ++++++++--
 tool/conda/singa/meta.yaml               | 18 +++++++++++-------
 11 files changed, 79 insertions(+), 55 deletions(-)
 copy tool/conda/{gpu => dist}/README.md (68%)
 copy tool/conda/{cpu => dist}/meta.yaml (83%)