Closed bw2 closed 4 years ago
Thank you for reporting the error! Have you built boost yourself?
Also, until this error is fixed, you could use a pre-build Linux binary available in the "Assets" section here: https://github.com/Illumina/ExpansionHunter/releases/tag/v4.0.1
I think so.. from my logs I used
wget https://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.tar.gz
./bootstrap.sh --prefix=/usr/local/
./b2 -j$(nproc) -d0 install --with=all
Thanks, didn't see the Assets earlier. I can just use the binaries.
Sounds good!
I just confirmed that ExpansionHunter compiles on CentOS release 7.8.2003 with GCC 7.3.1 and Boost 1.66.0 configured like so
./bootstrap.sh --prefix=/home/projects/boost/boost --with-libraries=program_options,filesystem,regex,date_time,system
We can check if the differences in compiler/boost version/configuration are causing problem. Or, if you are happy with using the provided binary, we can close the issue for now.
Thanks, I'll try recompiling bootstrap. Binaries are working great.
Trying to build master on Centos7, but running into a link error with boost: