Skip to content

Commit

Permalink
superlu: always use -Wno-implicit-int
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Reber <[email protected]>
  • Loading branch information
adrianreber committed Sep 23, 2024
1 parent d28c134 commit 776fa99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/serial-libs/superlu/SPECS/superlu.spec
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ Docu can be found on http://www.netlib.org.

%build
%ohpc_setup_compiler
export DEFAULT_OPTS="${CFLAGS} -Wno-implicit-int"
%if "%{compiler_family}" == "arm1" || "%{compiler_family}" == "intel"
export DEFAULT_OPTS="${DEFAULT_OPTS} -Wno-implicit-int"
export DEFAULT_OPTS="${DEFAULT_OPTS} -Wno-implicit-function-declaration"
%endif
%if "%{compiler_family}" == "arm1"
Expand Down

0 comments on commit 776fa99

Please sign in to comment.