Skip to content
Snippets Groups Projects
Commit 262b3f85 authored by Bert Wesarg's avatar Bert Wesarg Committed by Axel Huebl
Browse files

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

Its in upstream with the upcoming 1.69 release though.
parent 34f64f1f
Branches
No related tags found
No related merge requests found
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment