piiswrong commented on a change in pull request #9397: Remove incorrect link
flags when using OPENCV. Add additional library?
URL: https://github.com/apache/incubator-mxnet/pull/9397#discussion_r161606600
##########
File path: python/mxnet/libinfo.py
##########
@@ -32,7 +32,11 @@ def find_lib_path():
curr_path = os.path.dirname(os.path.abspath(os.path.expanduser(__file__)))
api_path = os.path.join(curr_path, '../../lib/')
cmake_build_path = os.path.join(curr_path, '../../build/')
- dll_path = [curr_path, api_path, cmake_build_path]
+ clion_build_path_debug = os.path.join(curr_path,
'../../cmake-build-debug/')
Review comment:
This looks harmless but I don't like the idea of keep adding search paths
either
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services