ekdnam edited a comment on issue #19048: URL: https://github.com/apache/incubator-mxnet/issues/19048#issuecomment-687171505
The cmake command now is ``` cmake .. -DOpenBLAS_INCLUDE_DIR=C:\opt\OpenBLAS\include\openblas -DOpenBLAS_LIB=C:\opt\OpenBLAS\lib\openblas.lib -DUSE_CUDA=0 -DUSE_CUDNN=0 -DUSE_BLAS=open -DUSE_MKL_IF_AVAILABLE=0 -DUSE_MKLDNN=0 ``` After building the project, only one error was there ``` LINK : fatal error LNK1104: cannot open file 'flangmain.lib' [C:\Users\adeet\git-desktop\final-try\incubator-mxnet\build\mxnet.vcxproj] ``` ---------------------------------------------------------------- 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]
