Upgrade to Boost 1.52
This commit is contained in:
parent
2c7ab8be39
commit
be7af24250
2 changed files with 2 additions and 2 deletions
2
acprep
2
acprep
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue