CrayPE fix for unifyfs (#23498)
When building with CCE, do not use the -Werror flag
This commit is contained in:
parent
50eec40232
commit
e58d07a819
1 changed files with 5 additions and 0 deletions
|
@ -110,3 +110,8 @@ def hdf5_compiler_path(name):
|
||||||
def autoreconf(self, spec, prefix):
|
def autoreconf(self, spec, prefix):
|
||||||
bash = which('bash')
|
bash = which('bash')
|
||||||
bash('./autogen.sh')
|
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')
|
||||||
|
|
Loading…
Reference in a new issue