You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/11/18 03:18:17 UTC

[GitHub] szha commented on issue #8702: [DISCUSSION] Should we deprecate Makefile and only use CMake?

szha commented on issue #8702: [DISCUSSION] Should we deprecate Makefile and only use CMake?
URL: https://github.com/apache/incubator-mxnet/issues/8702#issuecomment-345414560
 
 
   +1 for cmake. On specifics:
   1. while we can provide the option to statically link dependencies, how to bring in dependencies is still the concern of a user. So the option of linking shared objects or specifying a search path should be supported by cmake. OpenCV and a number of other packages does it.
   2. I haven't had enough experience in using cmake in mxnet to make a call on whether all use cases are supported in our cmake file. I know for sure that the makefile has served me well. So I'd suggest that during transition we only add new options to cmake while still maintaining makefile for the old options, until there's enough confidence in cmake.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services