Upgrade to Boost 1.52

This commit is contained in:
John Wiegley 2013-01-30 16:59:42 -06:00
parent 2c7ab8be39
commit be7af24250
2 changed files with 2 additions and 2 deletions

2
acprep
View file

@ -99,7 +99,7 @@ class CommandLineApp(object):
force_exit = True # If true, always ends run() with sys.exit()
log_handler = None
boost_major = "1_50"
boost_major = "1_52"
options = {
'debug': False,

View file

@ -6,7 +6,7 @@ STOW_ROOT = /usr/local/Cellar/boost
PRODUCTS = $(HOME)/Products
GCC_VERSION = 4.7
BOOST_VERSION = 1_50_0
BOOST_VERSION = 1_52_0
CC = gcc-mp-$(GCC_VERSION)
ifeq ($(CC),clang)