silo package: fix patch for 4.11-bsd (#29075)

There's a check to skip for version '10.2-bsd', but the patch
does not apply to '11-bsd' either.
This commit is contained in:
Seth R. Johnson 2022-02-19 09:26:32 -05:00 committed by GitHub
parent 39fcafaf45
commit e19f29da66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ def clang_9_patch(self):
# hasn't yet made it into silo. # hasn't yet made it into silo.
# https://github.com/LLNL/fpzip/blob/master/src/pcmap.h # https://github.com/LLNL/fpzip/blob/master/src/pcmap.h
if self.spec.satisfies('@4.10.2-bsd'): if str(self.spec.version).endswith('-bsd'):
# The files below don't exist in the BSD licenced version # The files below don't exist in the BSD licenced version
return return