1
0
forked from pool/onednn

Accepting request 1205207 from science:machinelearning

OBS-URL: https://build.opensuse.org/request/show/1205207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/onednn?expand=0&rev=15
This commit is contained in:
Ana Guerrero 2024-10-02 19:35:00 +00:00 committed by Git OBS Bridge
commit 640847fdd3
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 2 12:06:54 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add openCL deps for devel package
-------------------------------------------------------------------
Tue Sep 24 08:40:52 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -81,6 +81,10 @@ This package only includes the benchmark utility including its input files.
%package devel
Summary: Header files of Intel Math Kernel Library
Requires: %{libname} = %{version}
%if %{with opencl}
Requires: opencl-headers
Requires: pkgconfig(OpenCL)
%endif
Provides: mkl-dnn-devel = %{version}
Obsoletes: mkl-dnn-devel <= %{version}
Provides: oneDNN-devel = %{version}