Add boost157 for building under RHEL 6 with Software Collections.
This commit is contained in:
parent
f107a68938
commit
9a872b10af
|
@ -139,7 +139,8 @@ class Builder:
|
||||||
if i: commandAsString += ' '
|
if i: commandAsString += ' '
|
||||||
if ' ' in command[i]: commandAsString += '"'+command[i]+'"'
|
if ' ' in command[i]: commandAsString += '"'+command[i]+'"'
|
||||||
else: commandAsString += command[i]
|
else: commandAsString += command[i]
|
||||||
command = [ 'scl', 'enable', 'devtoolset-%d' % self._devtoolset, commandAsString ]
|
command = [ 'scl', 'enable', 'boost157', 'devtoolset-%d' % self._devtoolset
|
||||||
|
, commandAsString ]
|
||||||
|
|
||||||
#print command
|
#print command
|
||||||
sys.stdout.flush ()
|
sys.stdout.flush ()
|
||||||
|
|
Loading…
Reference in New Issue