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:
parent
80ac613391
commit
c1975c7601
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ class Boost(Package):
|
||||||
branch='develop',
|
branch='develop',
|
||||||
submodules=True)
|
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',
|
version('1.65.0', '5512d3809801b0a1b9dd58447b70915d',
|
||||||
url='https://dl.bintray.com/boostorg/release/1.65.0/source/boost_1_65_0.tar.bz2')
|
url='https://dl.bintray.com/boostorg/release/1.65.0/source/boost_1_65_0.tar.bz2')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue