apeforest commented on a change in pull request #13359: [MXNET-1110] find the 
path to include header files
URL: https://github.com/apache/incubator-mxnet/pull/13359#discussion_r236535279
 
 

 ##########
 File path: python/mxnet/libinfo.py
 ##########
 @@ -76,6 +76,34 @@ def find_lib_path():
         os.environ['PATH'] = os.environ['PATH'] + ';' + 
os.path.dirname(lib_path[0])
     return lib_path
 
+def find_include_path():
+    """Find MXNet included header files.
+
+     Returns
+    -------
+    incl_path : string
 
 Review comment:
   Keep the return type to string as we discussed offline

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

Reply via email to