Skip to content

Commit

Permalink
parallel-libs/superlu_dist: fix build with arm compiler
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Reber <areber@redhat.com>
  • Loading branch information
adrianreber committed Mar 28, 2023
1 parent 9fde512 commit 4272225
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/parallel-libs/superlu_dist/SPECS/superlu_dist.spec
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ module load openblas

%if "%{compiler_family}" == "arm1"
%define blas_lib -armpl
export CFLAGS="${CFLAGS} -Wno-implicit-function-declaration"
export CFLAGS="${CFLAGS} -Wno-implicit-int"
%endif

%if "%{compiler_family}" == "intel"
Expand Down

0 comments on commit 4272225

Please sign in to comment.