This is an automated email from the ASF dual-hosted git repository.
uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 47fcef3 ARROW-2334: [C++] Update boost to 1.66.0
47fcef3 is described below
commit 47fcef369b8f2b1645f591cf332374745f0acfa7
Author: Phillip Cloud <[email protected]>
AuthorDate: Thu Mar 22 18:34:47 2018 +0100
ARROW-2334: [C++] Update boost to 1.66.0
Author: Phillip Cloud <[email protected]>
Closes #1774 from cpcloud/ARROW-2334 and squashes the following commits:
de93189 <Phillip Cloud> ARROW-2334: Update boost to 1.66.0
---
c_glib/Brewfile | 2 +-
python/manylinux1/scripts/build_boost.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/c_glib/Brewfile b/c_glib/Brewfile
index 955072e..e4ad988 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 47d8262..80b79ab 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
--
To stop receiving notification emails like this one, please contact
[email protected].