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:
parent
fb9078d4c9
commit
6ea3b628c3
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user