boost@1.54 alse needs the call_once patch (#6434)

This commit is contained in:
George Hartzell 2017-11-23 11:17:17 -08:00 committed by Massimiliano Culpo
parent 5bbbfe9446
commit 2a2670175d

View File

@ -158,7 +158,7 @@ class Boost(Package):
patch('xl_1_62_0_le.patch', when='@1.62.0%xl')
# Patch fix from https://svn.boost.org/trac/boost/ticket/10125
patch('call_once_variadic.patch', when='@1.55.0:1.55.9999%gcc@5.0:5.9')
patch('call_once_variadic.patch', when='@1.54.0:1.55.9999%gcc@5.0:5.9')
# Patch fix for PGI compiler
patch('boost_1.63.0_pgi.patch', when='@1.63.0%pgi')