SHA256
1
0
forked from pool/armnn

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

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

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

View File

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

View File

@ -191,6 +191,12 @@ modification across Arm Cortex CPUs and Arm Mali GPUs.
%package devel
Summary: Development headers and libraries for armnn
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-devel
%else
Conflicts: armnn-opencl-devel
%endif
Requires: %{name} = %{version}
Requires: libarmnn%{version_major}%{?package_suffix} = %{version}
%if %{with armnn_flatbuffers}