leezu commented on a change in pull request #19685:
URL: https://github.com/apache/incubator-mxnet/pull/19685#discussion_r562585047
##########
File path: python/setup.py
##########
@@ -81,7 +81,7 @@ def config_cython():
libraries = ['mxnet']
# Default paths to libmxnet.so relative to the shared library file
generated by cython.
# These precede LD_LIBRARY_PATH.
- extra_link_args =
["-Wl,-rpath=$ORIGIN/..:$ORIGIN/../../../lib:$ORIGIN/../../../build"]
+ extra_link_args =
["-Wl,-rpath,$ORIGIN/..:$ORIGIN/../../../lib:$ORIGIN/../../../build"]
Review comment:
It's fine to do it here or in a separate PR
----------------------------------------------------------------
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]