Accepting request 743531 from home:Guillaume_G:branches:science:machinelearning

- Add a conflict between armnn-extratests and armnn-opencl-extratests

OBS-URL: https://build.opensuse.org/request/show/743531
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/armnn?expand=0&rev=11
This commit is contained in:
Guillaume GARDET 2019-10-28 15:39:41 +00:00 committed by Git OBS Bridge
parent 6ea3b628c3
commit 4487cb0d74
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 28 15:38:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add a conflict between armnn-extratests and armnn-opencl-extratests
-------------------------------------------------------------------
Mon Oct 28 13:06:56 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -226,6 +226,12 @@ This package contains the development libraries and headers for armnn.
%package -n %{name}-extratests
Summary: Additionnal downstream tests for Arm NN
Group: Development/Libraries/C and C++
# Make sure we do not install both openCL and non-openCL (CPU only) versions.
%if "%{target}" == "opencl"
Conflicts: armnn-extratests
%else
Conflicts: armnn-opencl-extratests
%endif
Requires: %{name}
%description -n %{name}-extratests