From 3871ced2689aab5dfb1d0a3e5607b7ebcf26e3ce Mon Sep 17 00:00:00 2001 From: Jacek Danecki Date: Thu, 28 May 2020 10:09:21 +0200 Subject: [PATCH] doc: add information about OpenSUSE Leap 15.2 repository Change-Id: I3764576b9776e94a0f85dee69a8ca1dcea9c17a5 Signed-off-by: Jacek Danecki --- level_zero/doc/DISTRIBUTIONS.md | 7 +++++++ opencl/doc/DISTRIBUTIONS.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/level_zero/doc/DISTRIBUTIONS.md b/level_zero/doc/DISTRIBUTIONS.md index d3b4564245..536db06843 100644 --- a/level_zero/doc/DISTRIBUTIONS.md +++ b/level_zero/doc/DISTRIBUTIONS.md @@ -23,6 +23,13 @@ zypper addrepo -r https://copr.fedorainfracloud.org/coprs/jdanecki/intel-opencl/ zypper install level-zero intel-level-zero-gpu ``` +## OpenSUSE Leap 15.2 + +``` +zypper addrepo -r https://copr.fedorainfracloud.org/coprs/jdanecki/intel-opencl/repo/opensuse-leap-15.2/jdanecki-intel-opencl-opensuse-leap-15.2.repo +zypper install level-zero intel-level-zero-gpu +``` + ## OpenSUSE tumbleweed ``` diff --git a/opencl/doc/DISTRIBUTIONS.md b/opencl/doc/DISTRIBUTIONS.md index 36180fbd7d..2bdb00bc88 100644 --- a/opencl/doc/DISTRIBUTIONS.md +++ b/opencl/doc/DISTRIBUTIONS.md @@ -57,6 +57,13 @@ zypper addrepo -r https://copr.fedorainfracloud.org/coprs/jdanecki/intel-opencl/ zypper install intel-opencl ``` +## OpenSUSE Leap 15.2 + +``` +zypper addrepo -r https://copr.fedorainfracloud.org/coprs/jdanecki/intel-opencl/repo/opensuse-leap-15.2/jdanecki-intel-opencl-opensuse-leap-15.2.repo +zypper install intel-opencl +``` + ## OpenSUSE tumbleweed ```