suite-sparse: fix tbb patching (#11155)

This commit is contained in:
Denis Davydov 2019-04-10 09:21:54 +02:00 committed by Massimiliano Culpo
parent 1ac576923f
commit b2611c8086

View File

@ -37,7 +37,7 @@ class SuiteSparse(Package):
depends_on('cuda', when='+cuda') depends_on('cuda', when='+cuda')
patch('tbb_453.patch', when='@4.5.3:+tbb') patch('tbb_453.patch', when='@4.5.3:4.5.5+tbb')
# This patch removes unsupported flags for pgi compiler # This patch removes unsupported flags for pgi compiler
patch('pgi.patch', when='%pgi') patch('pgi.patch', when='%pgi')