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:
parent
39fcafaf45
commit
e19f29da66
@ -100,7 +100,7 @@ def clang_9_patch(self):
|
||||
# hasn't yet made it into silo.
|
||||
# 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
|
||||
return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user