You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/06/28 08:21:22 UTC

[GitHub] [incubator-mxnet] hubutui commented on issue #15263: question about BUILD_CYTHON_MODULES when building with cmake

hubutui commented on issue #15263: question about BUILD_CYTHON_MODULES when building with cmake
URL: https://github.com/apache/incubator-mxnet/issues/15263#issuecomment-506648437
 
 
   In addition, it seems that `make` or `python setup.py --with-cython build` does not copy the `libmxnet.so` to proper place, `mxnetosrc/python/build/lib.linux-x86_64-3.7/mxnet`. Then the python test will fail, complaining that `libmxnet.so` is not found. And `python setup.py install --with-cython --root=tmpdir` will install `libmxnet.so` to `tmpdir/usr/mxnet/libmxnet.so`. This is not a typical place to install so files, and mxnet does not find lib from this location, either.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services