Boost: 1.65.1 (#5330)

Add sha of the latest boost bugfix release.
http://www.boost.org/users/history/version_1_65_1.html

Besides other fixed issues, it adds compatebility for the upcoming
CUDA 9 release.
This commit is contained in:
Axel Huebl 2017-09-13 22:45:28 +02:00 committed by Massimiliano Culpo
parent 80ac613391
commit c1975c7601

View file

@ -46,6 +46,8 @@ class Boost(Package):
branch='develop',
submodules=True)
version('1.65.1', '41d7542ce40e171f3f7982aff008ff0d',
url='https://dl.bintray.com/boostorg/release/1.65.1/source/boost_1_65_1.tar.bz2')
version('1.65.0', '5512d3809801b0a1b9dd58447b70915d',
url='https://dl.bintray.com/boostorg/release/1.65.0/source/boost_1_65_0.tar.bz2')