Accepting request 942347 from home:cgiboudeaux:branches:devel:libraries:c_c++

- Fix Vc-devel dependencies.
  VcTargets.cmake defines the Vc::Vc target which points to
  libVc.a. Vc-devel needs an explicit dependency on the package
  containing the static library.

OBS-URL: https://build.opensuse.org/request/show/942347
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=37
This commit is contained in:
Asterios Dramis 2021-12-26 18:32:26 +00:00 committed by Git OBS Bridge
parent 454d6fa4c5
commit 41df583299
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Dec 24 12:16:02 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Fix Vc-devel dependencies.
VcTargets.cmake defines the Vc::Vc target which points to
libVc.a. Vc-devel needs an explicit dependency on the package
containing the static library.
-------------------------------------------------------------------
Sat Jun 5 17:12:32 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -40,6 +40,7 @@ sets.
%package devel
Summary: Development Files for Vc
Group: Development/Libraries/C and C++
Requires: %{name}-devel-static = %{version}
%description devel
Vc is a free software library to ease explicit vectorization of C++ code. It