Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[v2.0.0.beta0] License Fix #20627

Merged
merged 2 commits into from
Oct 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down