diff --git a/var/spack/repos/builtin/packages/silo/package.py b/var/spack/repos/builtin/packages/silo/package.py index dd699d4c637..e4af03f467a 100644 --- a/var/spack/repos/builtin/packages/silo/package.py +++ b/var/spack/repos/builtin/packages/silo/package.py @@ -77,6 +77,10 @@ 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'): + # The files below don't exist in the BSD licenced version + return + def repl(match): # Change macro-like uppercase to title-case. return match.group(1).title()