[WIP] Use boost system layout by default (#1955)

Use boost system layout by default
This commit is contained in:
scheibelp
2016-10-11 01:17:26 -07:00
committed by Todd Gamblin
parent f555b8110d
commit 9e7f53a35a
2 changed files with 28 additions and 8 deletions

View File

@@ -96,8 +96,7 @@ def install(self, spec, prefix):
options.extend([
'build_thread_safe=yes',
'boost_inc_dir={0}'.format(spec['boost'].prefix.include),
'boost_lib_dir={0}'.format(spec['boost'].prefix.lib),
'boost_thread_lib=boost_thread-mt,boost_system-mt'
'boost_lib_dir={0}'.format(spec['boost'].prefix.lib)
])
else:
options.append('build_thread_safe=no')