NeoZhangJianyu opened a new issue #14820: Integrate compile to cmake as only, remove makefile URL: https://github.com/apache/incubator-mxnet/issues/14820 ## Description MXNet provide CMakelist.txt and Makefile in same time to compile. It's hard to maintain two compile systems, please integrate to cmake as only. cmake support build MXNet in all OS (windows, linux, mac) , makefile is only support non-windows. We meet trouble that makefile is updated for new code, but CMakelist.txt is missed to update for the new code. So the cmake is broken in linux and windows. And the CI doesn't find such error. Refer to https://github.com/apache/incubator-mxnet/pull/14492 ## Environment info (Required) Linux and Windows. Package used (Python/R/Scala/Julia): NA ## Build info (Required if built from source) Compiler (gcc/clang/mingw/visual studio): All. MXNet commit hash: git rev-parse HEAD 1c49e40fdb20fc52a244e45605fbb1d04e283918 Build config: NA ## Error Message: NA ## Minimum reproducible example NA ## Steps to reproduce NA ## What have you tried to solve it? Remove Makefile in MXNet project. User only use cmake to build the MXNet.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
