joeh
(Joseph G. Hennessey)
1
The superbuild/versions.cmake files entry for boost is missing the md5sum
It should be
superbuild_set_revision(boost
URL “https://www.paraview.org/files/dependencies/boost_1_76_0.tar.bz2”
URL_MD5 33334dd7f862e8ac9fe1cc7c6584fb6d)
instead of
superbuild_set_revision(boost
URL “https://www.paraview.org/files/dependencies/boost_1_76_0.tar.bz2”
URL_MD5 )
Thanks,
Joe
mwestphal
(Mathieu Westphal (Kitware))
2
FYI @ben.boeckel
@joeh : looks like an easy fix, could you take care of it ?
cory.quammen
(Cory Quammen (Kitware))
3
Joe, thanks for your excellent testing and reported solution as usual during the release candidate phase. I’ll make the change to the superbuild.
ben.boeckel
(Ben Boeckel (Kitware))
4
Oops indeed. Seems I missed pasting the hash back.
cory.quammen
(Cory Quammen (Kitware))
5