boost: call_once_variadic.patch is already part of 1.56.0 (#5341)

This commit is contained in:
Christoph Junghans 2017-10-14 12:53:25 -06:00 committed by GitHub
parent a685372636
commit 31115af128

View File

@ -162,7 +162,7 @@ class Boost(Package):
patch('xl_1_62_0_le.patch', when='@1.62.0%xl_r')
patch('xl_1_62_0_le.patch', when='@1.62.0%xl')
patch('call_once_variadic.patch', when='@:1.56.0%gcc@5:')
patch('call_once_variadic.patch', when='@:1.55.9999%gcc@5:')
# Patch fix for PGI compiler
patch('boost_1.63.0_pgi.patch', when='@1.63.0%pgi')