I think I have fixed this before, I will check if the patch didn't make it to the branch.
On Thu, Jun 21, 2018 at 10:24 AM Pedro Larroy <pedro.larroy.li...@gmail.com> wrote: > -1 I can't compile: > > 3rdparty/dmlc-core/libdmlc.a(io.cc.o): In function > `std::thread::thread<dmlc::ThreadedIter<dmlc::io::InputSplitBase::Chunk>::Init(std::function<bool > (dmlc::io::InputSplitBase::Chunk**)>, std::function<void > ()>)::{lambda()#1}&>(dmlc::ThreadedIter<dmlc::io::InputSplitBase::Chunk>::Init(std::function<bool > (dmlc::io::InputSplitBase::Chunk**)>, std::function<void > ()>)::{lambda()#1}&)': > /usr/include/c++/5/thread:137: undefined reference to `pthread_create' > collect2: error: ld returned 1 exit status > ninja: build stopped: subcommand failed. > > > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 16.04.4 LTS > Release: 16.04 > Codename: xenial > > > My build script: > > > #!/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 -GNinja .. > ninja -v > > 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 > > On Wed, Jun 20, 2018 at 6:33 PM Indhu <indhubhara...@gmail.com> wrote: > >> +1 >> >> On Mon, Jun 18, 2018, 6:52 PM Anirudh <anirudh2...@gmail.com> wrote: >> >> > Hi, >> > >> > This is the vote to release Apache MXNet (incubating) version 1.2.1. >> Voting >> > will start now and close Thursday June 21st 7:00 PM PDT. >> > >> > Link to release candidate 1.2.1.rc0: >> > >> > https://github.com/apache/incubator-mxnet/releases/tag/1.2.1.rc0 >> > >> > View this page for installation instructions: >> > >> > https://mxnet.incubator.apache.org/install/index.html >> > >> > (Note: The README.md points to the 1.2.1 tag and does not work at the >> > moment). >> > >> > Please remember to test first before voting accordingly. >> > >> > +1 = approve >> > +0 = no opinion >> > -1 = disapprove (provide reason) >> > >> > Anirudh >> > >> >