szha edited a comment on issue #19098: URL: https://github.com/apache/incubator-mxnet/issues/19098#issuecomment-688525833
hmm it should have been found in this path https://github.com/apache/incubator-mxnet/blob/master/cmake/Modules/FindOpenBLAS.cmake#L29. What might be happening is that the emcmake wrapper didn't pass on the environment variables that helped you find openblas due to its [choice of shebang](https://github.com/emscripten-core/emscripten/blob/master/emcmake#L1). Try setting `${OpenBLAS_HOME}` instead. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
