[ https://issues.apache.org/jira/browse/ARROW-2334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16409953#comment-16409953 ]
ASF GitHub Bot commented on ARROW-2334: --------------------------------------- xhochy closed pull request #1774: ARROW-2334: [C++] Update boost to 1.66.0 URL: https://github.com/apache/arrow/pull/1774 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/c_glib/Brewfile b/c_glib/Brewfile index 955072e1e..e4ad9880b 100644 --- a/c_glib/Brewfile +++ b/c_glib/Brewfile @@ -16,7 +16,7 @@ # under the License. brew "autoconf-archive" -brew "boost", args: ["1.65.0"] +brew "boost", args: ["1.66.0"] brew "ccache" brew "cmake" brew "git" diff --git a/python/manylinux1/scripts/build_boost.sh b/python/manylinux1/scripts/build_boost.sh index 47d826251..80b79ab80 100755 --- a/python/manylinux1/scripts/build_boost.sh +++ b/python/manylinux1/scripts/build_boost.sh @@ -16,7 +16,7 @@ # specific language governing permissions and limitations # under the License. -BOOST_VERSION=1.65.1 +BOOST_VERSION=1.66.0 BOOST_VERSION_UNDERSCORE=${BOOST_VERSION//\./_} wget --no-check-certificate https://dl.bintray.com/boostorg/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_UNDERSCORE}.tar.gz -O /boost_${BOOST_VERSION_UNDERSCORE}.tar.gz ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > [C++] Update boost to 1.66.0 > ---------------------------- > > Key: ARROW-2334 > URL: https://issues.apache.org/jira/browse/ARROW-2334 > Project: Apache Arrow > Issue Type: Task > Affects Versions: 0.9.0 > Reporter: Phillip Cloud > Assignee: Phillip Cloud > Priority: Major > Labels: pull-request-available > Fix For: 0.10.0 > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)