boost: 1.68 also needs boost_1.67.0_pgi.patch (#9980)

Its in upstream with the upcoming 1.69 release though.
This commit is contained in:
Bert Wesarg 2018-12-04 14:49:20 +01:00 committed by Axel Huebl
parent 34f64f1f3f
commit 262b3f859e

View File

@ -151,7 +151,7 @@ class Boost(Package):
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.67.0_pgi.patch', when='@1.67.0%pgi')
patch('boost_1.67.0_pgi.patch', when='@1.67.0:1.68.9999%pgi')
patch('boost_1.63.0_pgi.patch', when='@1.63.0%pgi')
patch('boost_1.63.0_pgi_17.4_workaround.patch', when='@1.63.0%pgi@17.4')