Skip to content

Commit

Permalink
parallel-libs/boost: one more try to fix for newer RPM versions
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Reber <[email protected]>
  • Loading branch information
adrianreber committed Oct 10, 2022
1 parent e9eb546 commit c5c9322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/parallel-libs/boost/SPECS/boost.spec
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ where_armclang=$(dirname ${which_armclang})
export PATH=${where_armclang}/../llvm-bin:$PATH
%endif

%if "%{mpi_family}" == "impi" && %{compiler_family} == "intel"
%if "%{mpi_family}" == "impi" && "%{compiler_family}" == "intel"
export CC=mpiicc
export CXX=mpiicpc
%else
Expand Down Expand Up @@ -143,7 +143,7 @@ EOF

mkdir -p %{buildroot}/%{_docdir}

%if "%{compiler_family}" == "arm"
%if "%{compiler_family}" == "arm1"
which_armclang=$(which armclang)
where_armclang=$(dirname ${which_armclang})
export PATH=${where_armclang}/../llvm-bin:$PATH
Expand Down

0 comments on commit c5c9322

Please sign in to comment.