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 e9d6099
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/serial-libs/superlu/SPECS/superlu.spec
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@ Docu can be found on http://www.netlib.org.

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

0 comments on commit e9d6099

Please sign in to comment.