diff options
-rw-r--r-- | var/spack/repos/builtin/packages/unifyfs/package.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/unifyfs/package.py b/var/spack/repos/builtin/packages/unifyfs/package.py index fa2824b7a5..efbe4ee682 100644 --- a/var/spack/repos/builtin/packages/unifyfs/package.py +++ b/var/spack/repos/builtin/packages/unifyfs/package.py @@ -110,3 +110,8 @@ class Unifyfs(AutotoolsPackage): def autoreconf(self, spec, prefix): bash = which('bash') bash('./autogen.sh') + + @when('%cce@11.0.3:') + def patch(self): + filter_file('-Werror', '', 'client/src/Makefile.in') + filter_file('-Werror', '', 'client/src/Makefile.am') |