leezu edited a comment on issue #18898:
URL: 
https://github.com/apache/incubator-mxnet/issues/18898#issuecomment-672162202


   > I am building with ilp64 mkl 
   
   However you set `USE_MKL_IF_AVAILABLE OFF` and you didn't specify the `BLAS` 
option. 
   
   If you build with mkl blas, mxnet will not depend on libgfortran. As you 
build opencv with a dependency on libgfortran and static link opencv, you need 
to manually specify the dependency on libgfortran. It would be better to use a 
consistent BLAS library when building OpenCV and MXNet, ie also use MKL for 
OpenCV


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


Reply via email to