Skip to content

Commit f778ad7

Browse files
authored
update boost to v1.87 (#283)
1 parent 603dc60 commit f778ad7

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

ci/docker/site-config.jam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
using gcc : 9 : /usr/bin/g++-9 ;

ci/docker/ubuntu-14.04.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ COPY ./install.sh \
77
./install-node.sh \
88
/scripts/
99

10+
COPY ./site-config.jam /etc/
11+
1012
RUN apt-get update && \
1113
apt-get upgrade -y && \
1214
apt-get install -y \

cpp/extlibs/boost/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ if(OS_POSIX)
6767
PREFIX
6868
${EXTLIB_INSTALL_DIR}
6969
URL
70-
https://archives.boost.io/release/1.81.0/source/boost_1_81_0.tar.bz2
70+
https://archives.boost.io/release/1.87.0/source/boost_1_87_0.tar.bz2
7171
URL_HASH
72-
SHA256=71feeed900fbccca04a3b4f2f84a7c217186f28a940ed8b7ed4725986baf99fa
72+
SHA256=af57be25cb4c4f4b413ed692fe378affb4352ea50fbe294a11ef548f4d527d89
7373
DOWNLOAD_DIR
7474
${EXTLIB_CACHE_DIR}/boost
7575
BUILD_IN_SOURCE 1
@@ -91,9 +91,9 @@ if(OS_WINDOWS)
9191
PREFIX
9292
${EXTLIB_INSTALL_DIR}
9393
URL
94-
https://archives.boost.io/release/1.81.0/source/boost_1_81_0.zip
94+
https://archives.boost.io/release/1.87.0/source/boost_1_87_0.7z
9595
URL_HASH
96-
SHA256=6e689b266b27d4db57f648b1e5c905c8acd6716b46716a12f6fc73fc80af842e
96+
SHA256=db6b7d77a2286ebe79d4aa7252c08b051d271fd8b013b6b18bc7a966552c1139
9797
DOWNLOAD_DIR
9898
${EXTLIB_CACHE_DIR}/boost
9999
BUILD_IN_SOURCE 1

0 commit comments

Comments
 (0)