Boost: More Bintray (#7389)
There are two additional releases moved to bintray. Change to bintray for 1.64 and 1.65 as well since SF downloads are too instable.
This commit is contained in:
parent
8ad40babd6
commit
869c654c37
1 changed files with 4 additions and 2 deletions
|
@ -56,8 +56,10 @@ class Boost(Package):
|
||||||
# +python and +mpi, there seem to be errors with out-of-date
|
# +python and +mpi, there seem to be errors with out-of-date
|
||||||
# API calls from mpi/python.
|
# API calls from mpi/python.
|
||||||
# See: https://github.com/spack/spack/issues/3963
|
# See: https://github.com/spack/spack/issues/3963
|
||||||
version('1.64.0', '93eecce2abed9d2442c9676914709349')
|
version('1.64.0', '93eecce2abed9d2442c9676914709349',
|
||||||
version('1.63.0', '1c837ecd990bb022d07e7aab32b09847')
|
url='https://dl.bintray.com/boostorg/release/1.64.0/source/boost_1_64_0.tar.bz2')
|
||||||
|
version('1.63.0', '1c837ecd990bb022d07e7aab32b09847',
|
||||||
|
url='https://dl.bintray.com/boostorg/release/1.63.0/source/boost_1_63_0.tar.bz2')
|
||||||
version('1.62.0', '5fb94629535c19e48703bdb2b2e9490f')
|
version('1.62.0', '5fb94629535c19e48703bdb2b2e9490f')
|
||||||
version('1.61.0', '6095876341956f65f9d35939ccea1a9f')
|
version('1.61.0', '6095876341956f65f9d35939ccea1a9f')
|
||||||
version('1.60.0', '65a840e1a0b13a558ff19eeb2c4f0cbe')
|
version('1.60.0', '65a840e1a0b13a558ff19eeb2c4f0cbe')
|
||||||
|
|
Loading…
Reference in a new issue