DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- Add shell script to install cmake on all platforms (find this script)
- Jenkins tests need to start building with CMakeLists.txt as opposed to Makefile.
- Need to update mxnet build from source documentation (only for Linux distributions and Mac) to instruct users to use cmake with analogous flags (shown below)
Current Makefile flags
```
USE_OPENCVUSE_BLASUSE_CUDAUSE_CUDA_PATHUSE_CUDNNUSE_NCCLUSE_NCCP_PATHUSE_OPENMPUSE_OPENMP...
```To preserve backwards compatibility issues we should keep our current Makefile in the root until the above steps have been complete.
...