You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/tmp/ExpansionHunterDenovo/ExpansionHunterDenovo-0.9.0/build $ cmake -DCMAKE_BUILD_TYPE=Release ../source
CMake Warning (dev) at thirdparty/boost-cmake-1.67.0/CMakeLists.txt:7 (set):
implicitly converting 'DIRECTORY' to 'STRING' type.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Downloading Boost from https://dl.bintray.com/boostorg/release/1.67.0/source/boost_1_67_0.tar.bz2
CMake Error at thirdparty/boost-cmake-1.67.0/cmake/Modules/DownloadBoost.cmake:66 (file):
file DOWNLOAD HASH mismatch
for file: [/tmp/ExpansionHunterDenovo/ExpansionHunterDenovo-0.9.0/source/thirdparty/boost-cmake-1.67.0/boost_1_67_0.tar.bz2.tmp]
expected hash: [2684c972994ee57fc5632e03bf044746f6eb45d4920c343937a465fd67a5adba]
actual hash: [e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855]
status: [22;"HTTP response code said error"]
To fix it, I modified BOOST_URL in build/CMakeCache.txt to BOOST_URL:STRING=https://newcontinuum.dl.sourceforge.net/project/boost/boost/1.67.0/boost_1_67_0.tar.bz2
and reran cmake -DCMAKE_BUILD_TYPE=Release ../source.
The text was updated successfully, but these errors were encountered:
When I run cmake, I get this error:
If I check https://dl.bintray.com/boostorg/release/1.67.0/source/boost_1_67_0.tar.bz2 in chrome, it shows "Forbidden!"
To fix it, I modified
BOOST_URL
inbuild/CMakeCache.txt
toBOOST_URL:STRING=https://newcontinuum.dl.sourceforge.net/project/boost/boost/1.67.0/boost_1_67_0.tar.bz2
and reran
cmake -DCMAKE_BUILD_TYPE=Release ../source
.The text was updated successfully, but these errors were encountered: