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

2020-02-05 Thread GitBox
leezu 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-582696269 Try editing https://github.com/apache/incubator-mxnet/pull/17404/files instead of renaming opencv4.pc to opencv.pc. A

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

2020-02-05 Thread GitBox
leezu 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-582519111 Probably your PKG_CONFIG_PATH is wrong. This is an a

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

2020-01-23 Thread GitBox
leezu 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-577786764 It was with OpenCV 3. The fix in #17404 will apply to Ubuntu 20.04 and current Debian Testing, as well as when manual

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

2020-01-22 Thread GitBox
leezu 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-577506236 @shawnbrar I fixed some issues with the R build recently, so at least the build should work well now. Please report a

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

2020-01-22 Thread GitBox
leezu 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-577502511 Thanks @shawnbrar for the elaboration. The issue will be fixed by https://github.com/apache/incubator-mxnet/pull/1740

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

2020-01-22 Thread GitBox
leezu 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-577331501 @shawnbrar how did you generate `opencv4.pc`? I tried compiling OpenCV 4.2 from source but didn't get a `opencv4.pc`.

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

2020-01-22 Thread GitBox
leezu 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-577286450 > It says `pkg-config --cflags opencv` > Whereas it should be `pkg-config --cflags opencv4` @shawnbrar Do yo

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

2020-01-17 Thread GitBox
leezu 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-575563851 You likely didn't set up your CPATH, LIBRARY_PATH and LD_LIBRARY_PATH correctly. Could you post the value of each?