ekdnam edited a comment on issue #19048: URL: https://github.com/apache/incubator-mxnet/issues/19048#issuecomment-687055119
The `cblas.h` and `blas.h` error disappeared when `-DOpenBLAS_INCLUDE_DIR=C:\opt\OpenBLAS\include\openblas` and `-DUSE_MKL_IF_AVAILABLE=0` was added. A suggestion, it should be specified in `cmake\modules\FindOpenBLAS.cmake` where `OpenBLAS_INCLUDE_DIR` should point to. Because earlier, I had set it to `c:\opt\OpenBLAS\include`, trying to emulate the way followed here https://github.com/apache/incubator-mxnet/blob/363caacf6f5ab2a1c22e8bf730e6eca3302a926f/cmake/Modules/FindOpenBLAS.cmake#L28-L29 and then the `blas.h` error was occuring. Maybe I interpreted it in a wrong way, don't know. ---------------------------------------------------------------- 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]
