Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions components/io-libs/sionlib/SPECS/sionlib.spec
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ CONFIGURE_OPTIONS="--compiler=llvm "
%if "%{compiler_family}" == "gnu13"
CONFIGURE_OPTIONS="--compiler=gnu "
%endif
%if "%{compiler_family}" == "gnu14"
CONFIGURE_OPTIONS="--compiler=gnu "
%endif

%if "%{mpi_family}" == "impi"
CONFIGURE_OPTIONS="$CONFIGURE_OPTIONS --mpi=intel2 "
Expand Down
3 changes: 3 additions & 0 deletions components/serial-libs/openblas/SPECS/openblas.spec
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
%define openblas_target TARGET=ARMV8 NUM_THREADS=256
%define nbjobs_option MAKE_NB_JOBS=4
%endif
%if "%{compiler_family}" == "gnu14"
export CFLAGS="${CFLAGS} -Wno-implicit-function-declaration -Wno-incompatible-pointer-types"
%endif

make %{?openblas_target} USE_THREAD=1 USE_OPENMP=1 %{?nbjobs_option} \
PREFIX=%{buildroot}%{install_path}
Expand Down
Loading