asitstands commented on issue #10951: [MXNET-545] Fix broken cython build
URL: https://github.com/apache/incubator-mxnet/pull/10951#issuecomment-397175348
 
 
   ```bash
   make
   
   cd python
   make cython
   
   # pip install or 
   export PYTHONPATH=my_installation_dir
   python setup.py install --with-cython --prefix=my_installation_dir
   
   cd ../tests/python
   # 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 required.

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


With regards,
Apache Git Services

Reply via email to