[GitHub] [incubator-mxnet] shawnbrar commented on issue #17359: Mxnet doesn't install for R if OpenCV is build on linux

2020-02-05 Thread GitBox
shawnbrar commented on issue #17359: Mxnet doesn't install for R if OpenCV is build on linux URL: https://github.com/apache/incubator-mxnet/issues/17359#issuecomment-582685585 I am using the latest master version. And if my PKG_CONFIG_PATH is wrong, then changing opencv4.pc to opencv.pc

[GitHub] [incubator-mxnet] shawnbrar commented on issue #17359: Mxnet doesn't install for R if OpenCV is build on linux

2020-02-05 Thread GitBox
shawnbrar commented on issue #17359: Mxnet doesn't install for R if OpenCV is build on linux URL: https://github.com/apache/incubator-mxnet/issues/17359#issuecomment-582412417 @leezu , Bro, I reinstalled ubuntu again on my laptop. I built OpenBLAS, MKL-DNN, the I built R and installed

[GitHub] [incubator-mxnet] shawnbrar commented on issue #17359: Mxnet doesn't install for R if OpenCV is build on linux

2020-01-23 Thread GitBox
shawnbrar commented on issue #17359: Mxnet doesn't install for R if OpenCV is build on linux URL: https://github.com/apache/incubator-mxnet/issues/17359#issuecomment-577709596 > @shawnbrar I fixed some issues with the R build recently, so at least the build should work well now. Please

[GitHub] [incubator-mxnet] shawnbrar commented on issue #17359: Mxnet doesn't install for R if OpenCV is build on linux

2020-01-22 Thread GitBox
shawnbrar commented on issue #17359: Mxnet doesn't install for R if OpenCV is build on linux URL: https://github.com/apache/incubator-mxnet/issues/17359#issuecomment-577503123 You're welcome. I've been dying to try this library in R since mid 2019. But wasn't able to build it properly

[GitHub] [incubator-mxnet] shawnbrar commented on issue #17359: Mxnet doesn't install for R if OpenCV is build on linux

2020-01-22 Thread GitBox
shawnbrar commented on issue #17359: Mxnet doesn't install for R if OpenCV is build on linux URL: https://github.com/apache/incubator-mxnet/issues/17359#issuecomment-577501568 > > It says `pkg-config --cflags opencv` > > Whereas it should be `pkg-config --cflags opencv4` > >

[GitHub] [incubator-mxnet] shawnbrar commented on issue #17359: Mxnet doesn't install for R if OpenCV is build on linux

2020-01-21 Thread GitBox
shawnbrar commented on issue #17359: Mxnet doesn't install for R if OpenCV is build on linux URL: https://github.com/apache/incubator-mxnet/issues/17359#issuecomment-577017711 I renamed all of my _opencv4.pc_ files to _opencv.pc_. This solution worked for me. ![Screenshot from

[GitHub] [incubator-mxnet] shawnbrar commented on issue #17359: Mxnet doesn't install for R if OpenCV is build on linux

2020-01-21 Thread GitBox
shawnbrar commented on issue #17359: Mxnet doesn't install for R if OpenCV is build on linux URL: https://github.com/apache/incubator-mxnet/issues/17359#issuecomment-577014464 I actually found the problem. When I type in `make -f R-package/Makefile rpkg`, the following output appears :