hubutui edited a comment on issue #15294: mkldnn is not properly installed
URL: 
https://github.com/apache/incubator-mxnet/issues/15294#issuecomment-505253811
 
 
   I use the 
[PKGBUILD](https://github.com/archlinuxcn/repo/blob/master/archlinuxcn/mxnet/PKGBUILD)
 to build mxnet in a archroot environment days ago, so the build dir is deleted 
automatically.  But here is the complete build log for these for package 
(mxnet, mxnet-mkl, mxnet-cuda, mxnet-cuda-mkl). Note that in the build log, I 
use gcc 8 instead of clang. To reproduce:
   1. A ArchLinux environment with [Arch Linux Chinese Community 
Repository](https://github.com/archlinuxcn/repo), maybe using Docker?
   2. install `devtools-cn-git` which is available in ArchLinuxCN repo.
   3. Download the PKGBUILD to `mxnet`.
   4. `cd mxnet`, and then `archlinuxcn-x86_64-build -- -- --nocheck`. Yeah, we 
need to skip the check. The checks step would fail.
   It would take up to 2 hours for building mxnet depending on your system 
hardware and internet speed.
   
   
   
[mxnet-1.5.0.rc1-5-x86_64-prepare.log](https://github.com/apache/incubator-mxnet/files/3323280/mxnet-1.5.0.rc1-5-x86_64-prepare.log)
 is the log of `prepare` function in the PKGBUILD.
   
[mxnet-1.5.0.rc1-5-x86_64-build.log](https://github.com/apache/incubator-mxnet/files/3323275/mxnet-1.5.0.rc1-5-x86_64-build.log)
 is the log of `build` function in the PKGBUILD, aka the build log, 
corresponding to the `ninja -v` or `make` step.
   
   
[mxnet-1.5.0.rc1-5-x86_64-package_mxnet.log](https://github.com/apache/incubator-mxnet/files/3323276/mxnet-1.5.0.rc1-5-x86_64-package_mxnet.log)
   
[mxnet-1.5.0.rc1-5-x86_64-package_mxnet-cuda.log](https://github.com/apache/incubator-mxnet/files/3323277/mxnet-1.5.0.rc1-5-x86_64-package_mxnet-cuda.log)
   
[mxnet-1.5.0.rc1-5-x86_64-package_mxnet-cuda-mkl.log](https://github.com/apache/incubator-mxnet/files/3323278/mxnet-1.5.0.rc1-5-x86_64-package_mxnet-cuda-mkl.log)
   
[mxnet-1.5.0.rc1-5-x86_64-package_mxnet-mkl.log](https://github.com/apache/incubator-mxnet/files/3323279/mxnet-1.5.0.rc1-5-x86_64-package_mxnet-mkl.log)
 are the logs of the `package` function to `mxnet, mxnet-mkl, mxnet-cuda, 
mxnet-cuda-mkl` packages, corresponding to the `ninja install` or `make 
install` step.
   

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


With regards,
Apache Git Services

Reply via email to