diff options
author | Axel Huebl <axel.huebl@plasma.ninja> | 2017-08-22 20:46:54 +0200 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2017-08-22 13:46:54 -0500 |
commit | 61c5b5faa73413b1457a4d272d93bbd7a01926f7 (patch) | |
tree | e93e25389388a0fdfc76cce5c302c6396fe04004 /var | |
parent | f52bdeda2a80216e5cb5db3e623ecfd6fd331dee (diff) | |
download | spack-61c5b5faa73413b1457a4d272d93bbd7a01926f7.tar.gz spack-61c5b5faa73413b1457a4d272d93bbd7a01926f7.tar.bz2 spack-61c5b5faa73413b1457a4d272d93bbd7a01926f7.tar.xz spack-61c5b5faa73413b1457a4d272d93bbd7a01926f7.zip |
Boost: 1.65.0 (#5182)
Adds the latest boost release.
Downloads seem to be pointing to bintray from the official homepage.
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/boost/package.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/boost/package.py b/var/spack/repos/builtin/packages/boost/package.py index 93362cadf6..04b2eb0d65 100644 --- a/var/spack/repos/builtin/packages/boost/package.py +++ b/var/spack/repos/builtin/packages/boost/package.py @@ -41,6 +41,9 @@ class Boost(Package): list_url = "http://sourceforge.net/projects/boost/files/boost/" list_depth = 1 + version('1.65.0', '5512d3809801b0a1b9dd58447b70915d', + url='https://dl.bintray.com/boostorg/release/1.65.0/source/boost_1_65_0.tar.bz2') + # NOTE: 1.64.0 seems fine for *most* applications, but if you need # +python and +mpi, there seem to be errors with out-of-date # API calls from mpi/python. |