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/02/13 08:51:18 UTC

[GitHub] perdasilva commented on issue #13800: [Nightly test] v1.3.x failing with missing cmake

perdasilva commented on issue #13800: [Nightly test] v1.3.x failing with missing cmake
URL: https://github.com/apache/incubator-mxnet/issues/13800#issuecomment-463112026
 
 
   @TaoLv not yet. The issue seems to come from the following command:
   
   ```
   eval sudo apt-get 'update;' sudo apt-get install -y build-essential 'git;' sudo apt-get install -y libopenblas-dev 'liblapack-dev;' sudo apt-get install -y 'libopencv-dev;' git clone --recursive 'https://github.com/apache/incubator-mxnet;' cd 'incubator-mxnet;' make -j '$(nproc)' USE_OPENCV=1 USE_BLAS=openblas USE_CUDA=1 USE_CUDA_PATH=/usr/local/cuda 'USE_CUDNN=1;' sudo apt-get install -y python-dev python-setuptools python-pip 'libgfortran3;' cd 'python;' pip install -e '.;'
   ```
   
   It seems we are testing whether the v1.3.x documentation has the instructions to compile the master branch. I guess there must have been some changes in the dependencies on master, which have updated the documentation. We need to figure out a way to test the documentation instructions against the code in branch in which those instructions reside.

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


With regards,
Apache Git Services