leezu edited a comment on issue #18120:
URL: 
https://github.com/apache/incubator-mxnet/issues/18120#issuecomment-630361873


   The root cause of this issue is that there are a lot of non-standard 
hard-coded paths in various places of the installation script. Instead of 
continuing to maintain and hotpatch these, I suggest to just use the standard 
process and declare the files that need to be included as cmake `INSTALL` 
target.
   
   Then `cmake -DCMAKE_INSTALL_PREFIX=/tmp/mxnet ..; ninja install` will place 
all files that need to be packaged at the install prefix path, and the python 
setup.py only needs to package these files.. This will also simplify the CD 
setup..


----------------------------------------------------------------
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]


Reply via email to