Skip to content

Commit 6d2b0c7

Browse files
Update distributions versions
Signed-off-by: Jacek Danecki <[email protected]>
1 parent 4a47b0f commit 6d2b0c7

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

level_zero/doc/DISTRIBUTIONS.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ SPDX-License-Identifier: MIT
88

99
# Level Zero in Linux distributions
1010

11-
## Centos* 7, 8, Stream, Red Hat Enterprise Linux* 7
11+
## Centos* 7, Centos* 8, Centos* 8 Stream, Red Hat Enterprise Linux* 7
1212

1313
```
1414
yum install yum-plugin-copr
1515
yum copr enable jdanecki/intel-opencl
1616
yum install level-zero intel-level-zero-gpu
1717
```
1818

19-
## Fedora* 33, 34, rawhide, Red Hat Enterprise Linux* 8, Mageia* 8
19+
## Fedora* 33, 34, 35, rawhide (36), Centos* 9 Stream, Red Hat Enterprise Linux* 8, Mageia* 8
2020

2121
```
2222
dnf install dnf-plugins-core
@@ -39,14 +39,21 @@ zypper addrepo -r https://copr.fedorainfracloud.org/coprs/jdanecki/intel-opencl/
3939
zypper install level-zero intel-level-zero-gpu
4040
```
4141

42+
## OpenSUSE Leap 15.3
43+
44+
```
45+
zypper addrepo -r https://copr.fedorainfracloud.org/coprs/jdanecki/intel-opencl/repo/opensuse-leap-15.3/jdanecki-intel-opencl-opensuse-leap-15.3.repo
46+
zypper install level-zero intel-level-zero-gpu
47+
```
48+
4249
## OpenSUSE tumbleweed
4350

4451
```
4552
zypper addrepo -r https://copr.fedorainfracloud.org/coprs/jdanecki/intel-opencl/repo/opensuse-tumbleweed/jdanecki-intel-opencl-opensuse-tumbleweed.repo
4653
zypper install level-zero intel-level-zero-gpu
4754
```
4855

49-
## Ubuntu* ppa for 18.04, 20.04, 20.10, 21.04
56+
## Ubuntu* ppa for 18.04, 20.04, 21.04
5057

5158
```
5259
add-apt-repository ppa:intel-opencl/intel-opencl

opencl/doc/DISTRIBUTIONS.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,21 @@ SPDX-License-Identifier: MIT
1616
pacman -S intel-compute-runtime
1717
```
1818

19-
## Centos* 7, 8, Stream, Red Hat Enterprise Linux* 7
19+
## Centos* 7, Centos* 8, Centos* 8 Stream, Red Hat Enterprise Linux* 7
2020

2121
```
2222
yum install yum-plugin-copr
2323
yum copr enable jdanecki/intel-opencl
2424
yum install intel-opencl
2525
```
2626

27-
## Clear Linux
28-
29-
```
30-
swupd bundle-add computer-vision-basic
31-
```
32-
3327
## Exherbo Linux*
3428

3529
```
3630
cave resolve --execute intel-compute-runtime
3731
```
3832

39-
## Fedora* 33, 34, rawhide, Red Hat Enterprise Linux* 8, Mageia* 8
33+
## Fedora* 33, 34, 35, rawhide (36), Centos* 9 Stream, Red Hat Enterprise Linux* 8, Mageia* 8
4034

4135
```
4236
dnf install dnf-plugins-core
@@ -52,7 +46,6 @@ dnf copr enable jdanecki/intel-opencl mageia-cauldron-x86_64
5246
dnf install intel-opencl
5347
```
5448

55-
5649
## Gentoo*, Funtoo*
5750

5851
```
@@ -73,6 +66,13 @@ zypper addrepo -r https://copr.fedorainfracloud.org/coprs/jdanecki/intel-opencl/
7366
zypper install intel-opencl
7467
```
7568

69+
## OpenSUSE Leap 15.3
70+
71+
```
72+
zypper addrepo -r https://copr.fedorainfracloud.org/coprs/jdanecki/intel-opencl/repo/opensuse-leap-15.3/jdanecki-intel-opencl-opensuse-leap-15.3.repo
73+
zypper install intel-opencl
74+
```
75+
7676
## OpenSUSE tumbleweed
7777

7878
```
@@ -86,15 +86,15 @@ zypper install intel-opencl
8686
ipoldek install intel-gmmlib intel-graphics-compiler intel-compute-runtime
8787
```
8888

89-
## Ubuntu* ppa for 18.04, 20.04, 20.10, 21.04
89+
## Ubuntu* ppa for 18.04, 20.04, 21.04
9090

9191
```
9292
add-apt-repository ppa:intel-opencl/intel-opencl
9393
apt update
9494
apt install intel-opencl-icd
9595
```
9696

97-
## Ubuntu* 20.04, 20.10, 21.04
97+
## Ubuntu* 20.04, 21.04
9898

9999
```
100100
apt install intel-opencl-icd

0 commit comments

Comments
 (0)