- Require libffi when we build openmp for offloading.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm17?expand=0&rev=35
This commit is contained in:
Aaron Puchert 2024-11-12 00:58:30 +00:00 committed by Git OBS Bridge
parent c01d14e999
commit 87dace81ba
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 11 22:53:32 UTC 2024 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Require libffi when we build openmp for offloading.
-------------------------------------------------------------------
Thu Nov 7 13:58:40 UTC 2024 - Michal Suchanek <msuchanek@suse.de>

View File

@ -434,7 +434,7 @@ Requires(post): update-alternatives
Requires(postun): update-alternatives
# llvm does not work on s390
ExcludeArch: s390
%if %{with ffi}
%if %{with ffi} || %{with openmp}
BuildRequires: pkgconfig(libffi)
%endif
%if %{with valgrind}