CrayPE fix for json-c (#23515)
remove -Werror flag when compiling with cce
This commit is contained in:
parent
a5422f8015
commit
57ccb6ea13
@ -41,3 +41,9 @@ def build(self, spec, prefix):
|
|||||||
@when('@:0.13.1')
|
@when('@:0.13.1')
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
make('install')
|
make('install')
|
||||||
|
|
||||||
|
@when('%cce@11.0.3:')
|
||||||
|
def patch(self):
|
||||||
|
filter_file('-Werror',
|
||||||
|
'',
|
||||||
|
'CMakeLists.txt')
|
||||||
|
Loading…
Reference in New Issue
Block a user