pras1406 commented on issue #7397: OSError: 
/home_dir/mxnet/mxnet/python/mxnet/../../lib/libmxnet.so: undefined symbol: 
cblas_ddot
URL: 
https://github.com/apache/incubator-mxnet/issues/7397#issuecomment-321800168
 
 
   @szha yes specifying 
   make -j8 ADD_CFLAGS="-I/home_dir/OpenBLAS_build/include" 
ADD_LDFLAGS="-L/home_dir/OpenBLAS_build/lib -lopenblas" and then exporting 
LD_LIBRARY_PATH=/OpenBLAS_build/lib:$LD_LIBRARY_PATH
   solved the issue.
   
   Thanks.
 
----------------------------------------------------------------
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