You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by xt...@apache.org on 2016/09/29 20:14:09 UTC

incubator-madlib git commit: Fixed build errors by upgrading Boost from 1.47 to 1.61

Repository: incubator-madlib
Updated Branches:
  refs/heads/master ceafc8d71 -> a895b109a


Fixed build errors by upgrading Boost from 1.47 to 1.61

Closes #62


Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/a895b109
Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/a895b109
Diff: http://git-wip-us.apache.org/repos/asf/incubator-madlib/diff/a895b109

Branch: refs/heads/master
Commit: a895b109a1d811efeecacbcb9982f8e65e0c79dd
Parents: ceafc8d
Author: Markus Paaso <ma...@a-lehdet.fi>
Authored: Fri Aug 5 15:02:03 2016 +0300
Committer: Xiaocheng Tang <xi...@gmail.com>
Committed: Thu Sep 29 13:13:31 2016 -0700

----------------------------------------------------------------------
 src/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/a895b109/src/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c6e219c..ca7961b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -30,8 +30,8 @@ set(GITHUB_MADLIB_BASE_URL
 # running cmake:
 # "-DBOOST_TAR_SOURCE=/path/to/boost_x_x_x.tar.gz"
 
-set(BOOST_TAR_VERSION "1.47.0")
-set(BOOST_TAR_MD5 ff180a5276bec773a7625cac7e2288e8)
+set(BOOST_TAR_VERSION "1.61.0")
+set(BOOST_TAR_MD5 874805ba2e2ee415b1877ef3297bf8ad)
 
 string(REPLACE "." "_" _BOOST_TAR_VERSION_UNDERSCORES ${BOOST_TAR_VERSION})
 set(BOOST_TAR "boost_${_BOOST_TAR_VERSION_UNDERSCORES}.tar.gz")