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 2018/01/18 13:09:16 UTC

[GitHub] larroy commented on a change in pull request #9397: Remove incorrect link flags when using OPENCV. Exclude binaries from lint.

larroy commented on a change in pull request #9397: Remove incorrect link flags when using OPENCV. Exclude binaries from lint.
URL: https://github.com/apache/incubator-mxnet/pull/9397#discussion_r162336205
 
 

 ##########
 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:
   @piiswrong @cjolivier01 removed this for now since it's controversial. Can we add the fix now then?

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