asitstands commented on issue #10951: [MXNET-545] Fix broken cython build
URL: https://github.com/apache/incubator-mxnet/pull/10951#issuecomment-397175348
 
 
   ```bash
   make
   make cython
   
   cd python
   # `pip install -e .` or 
   export PYTHONPATH=my_installation_dir
   python setup.py install --with-cython --prefix=my_installation_dir
   
   # run tests ...
   ```
   I think that this is the typical way to build and run the tests. cmake build 
would be similar. Setting cxx/nvcc compiler flags is not needed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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