tau unwind patch: only patch 2.29, not 2.29.1 (#19409)

This commit is contained in:
eugeneswalker 2020-10-20 14:25:52 -07:00 committed by GitHub
parent d9bb90d06e
commit fa9ad0a3da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ class Tau(Package):
conflicts('+adios2', when='@:2.29.1')
conflicts('+sqlite', when='@:2.29.1')
patch('unwind.patch', when="@2.29")
patch('unwind.patch', when="@2.29.0")
def set_compiler_options(self, spec):