patch boost version 1.54-1.55 when being built with ANY gcc version after 5.0 (#12718)
This commit is contained in:
parent
35221c127e
commit
48c3c833e8
@ -169,7 +169,7 @@ class Boost(Package):
|
|||||||
patch('xl_1_62_0_le.patch', when='@1.62.0%xl')
|
patch('xl_1_62_0_le.patch', when='@1.62.0%xl')
|
||||||
|
|
||||||
# Patch fix from https://svn.boost.org/trac/boost/ticket/10125
|
# Patch fix from https://svn.boost.org/trac/boost/ticket/10125
|
||||||
patch('call_once_variadic.patch', when='@1.54.0:1.55.9999%gcc@5.0:5.9')
|
patch('call_once_variadic.patch', when='@1.54.0:1.55.9999%gcc@5.0:')
|
||||||
|
|
||||||
# Patch fix for PGI compiler
|
# Patch fix for PGI compiler
|
||||||
patch('boost_1.67.0_pgi.patch', when='@1.67.0:1.68.9999%pgi')
|
patch('boost_1.67.0_pgi.patch', when='@1.67.0:1.68.9999%pgi')
|
||||||
|
Loading…
Reference in New Issue
Block a user