You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2021/10/04 15:50:03 UTC

[incubator-mxnet] branch v2.0.0.beta0 updated: [v2.0.0.beta0] License Fix (#20627)

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

zhenghuijin pushed a commit to branch v2.0.0.beta0
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v2.0.0.beta0 by this push:
     new 4b017f2  [v2.0.0.beta0] License Fix (#20627)
4b017f2 is described below

commit 4b017f25baa5ef7237f3fa2a3f85f81462bba106
Author: Zhenghui Jin <69...@users.noreply.github.com>
AuthorDate: Mon Oct 4 08:48:04 2021 -0700

    [v2.0.0.beta0] License Fix (#20627)
    
    * [v2.0.0.beta0] License Fix
    
    * freeze array-api-test version
---
 LICENSE                        | 2 ++
 ci/docker/runtime_functions.sh | 1 +
 2 files changed, 3 insertions(+)

diff --git a/LICENSE b/LICENSE
index 795130c..a4a7906 100644
--- a/LICENSE
+++ b/LICENSE
@@ -300,6 +300,7 @@
     =======================================================================================
 
     3rdparty/dmlc-core/include/dmlc/concurrentqueue.h
+    include/dmlc/concurrentqueue.h (symlink to 3rdparty/dmlc-core/include/dmlc/concurrentqueue.h)
     3rdparty/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/FindEigen3.cmake  (Copy of the License available at licenses/BSD2)
     3rdparty/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/FindPythonLibsNew.cmake
     3rdparty/tvm/3rdparty/picojson/picojson.h
@@ -328,6 +329,7 @@
     =======================================================================================
 
     3rdparty/dmlc-core/include/dmlc/blockingconcurrentqueue.h
+    include/dmlc/blockingconcurrentqueue.h (symlink to 3rdparty/dmlc-core/include/dmlc/blockingconcurrentqueue.h)
 
     =======================================================================================
     Apache-2.0 license + 3-clause BSD license
diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh
index 3d33da2..432095a 100755
--- a/ci/docker/runtime_functions.sh
+++ b/ci/docker/runtime_functions.sh
@@ -813,6 +813,7 @@ unittest_array_api_standardization() {
     git clone https://github.com/data-apis/array-api-tests.git
     pushd /work/array-api-tests
     export ARRAY_API_TESTS_MODULE=mxnet.numpy pytest
+    git checkout c1dba80a196a03f880d2e0a998a272fb3867b720
     # OverflowError: Python int too large to convert to C long
     # when cython is enabled
     export MXNET_ENABLE_CYTHON=0