larroy commented on issue #11973: control flow operator tests failing on Linux and Windows URL: https://github.com/apache/incubator-mxnet/issues/11973#issuecomment-409914411 Built with: ``` #!/bin/bash set -e set -x renice -n 19 -p $$ mkdir -p build && cd build #cmake -DUSE_CPP_PACKAGE=ON -DUSE_CUDA=OFF -DUSE_OPENMP=OFF -DUSE_OPENCV=ON -DCMAKE_BUILD_TYPE=Debug .. cmake\ -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \ -DCMAKE_C_COMPILER_LAUNCHER=ccache \ -DUSE_CPP_PACKAGE=ON\ -DUSE_CUDA=OFF\ -DUSE_OPENMP=OFF\ -DUSE_OPENCV=ON\ -DCMAKE_BUILD_TYPE=Debug\ -GNinja .. ninja -v #cmake -DUSE_CPP_PACKAGE=ON -DUSE_CUDA=OFF -DUSE_OPENMP=OFF -DUSE_OPENCV=ON .. #VERBOSE=1 make -j5 cd .. if [ ! -d mxnet_py3 ]; then virtualenv -p `which python3` mxnet_py3 fi source mxnet_py3/bin/activate cd python pip install -e . cd .. pip install opencv-python pip install ipython pip install matplotlib pip install nose ``` ``` (mxnet_py3) piotr@oruga:0:~/tmp/mxnet/3rdparty/tvm ((290226e...))$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.4 LTS Release: 16.04 Codename: xenial (mxnet_py3) piotr@oruga:0:~/tmp/mxnet/3rdparty/tvm ((290226e...))$ dpkg -l | grep ninja ii ninja-build 1.5.1-0.1ubuntu1 amd64 small build system closest in spirit to Make ```
---------------------------------------------------------------- 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
