access2rohit commented on issue #18855: URL: https://github.com/apache/incubator-mxnet/issues/18855#issuecomment-668330577
@Zha0q1 When building pypi wheel. openBLAS is linked statically and is inside `libmxnet.so`. So for dynamic inking we can layout guidelines for users saying that if they want to build from source they need to reinstall numpy with openblas built from source. We can change the build from source instructions for mxnet.2.0 to always build openBLAS from source and statically link it. @leezu @szha what do you think ? ---------------------------------------------------------------- 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]
