Metadata-Version: 2.1
Name: mxnet_noavx
Version: 2.0.3
Summary: MXNet is an ultra-scalable deep learning framework. This version uses openblas.
Home-page: https://github.com/apache/incubator-mxnet
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache 2.0
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: numpy (>=1.17)
Requires-Dist: requests (<3,>=2.20.0)
Requires-Dist: graphviz (<0.9.0,>=0.8.1)
Requires-Dist: contextvars ; python_version < "3.7"

### Description

MXNet_noavx, build mxnet on CPU without avx, avx2 instruction set.

The standard mxnet library run on CPU without avx, avx2 instruction set will cause "Illegal instruction (core dumped)".

Back off mxnet-1.2.0 will lead to upstream libraries and downstream codes unavailable.

Dynamic link library libmxnet.so mxnet_noavx depend on: libopencv-dev 4.2 and libgfortran5

2021-03-08

