mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 02:18:05 +08:00
doc: add information about copr packages for Centos
Change-Id: Ib65dc3c6f52dd415a3d60d87117b542b5af08001 Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
3d3b34bb77
commit
9293ecb8d1
@@ -6,26 +6,35 @@
|
|||||||
pacman -S intel-compute-runtime
|
pacman -S intel-compute-runtime
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Centos*
|
||||||
|
|
||||||
|
```
|
||||||
|
yum install yum-plugin-copr
|
||||||
|
yum copr enable jdanecki/intel-opencl
|
||||||
|
yum install intel-opencl
|
||||||
|
```
|
||||||
|
|
||||||
## Clear Linux
|
## Clear Linux
|
||||||
|
|
||||||
```
|
```
|
||||||
swupd bundle-add computer-vision-basic
|
swupd bundle-add computer-vision-basic
|
||||||
```
|
```
|
||||||
|
|
||||||
## Exherbo Linux
|
## Exherbo* Linux
|
||||||
|
|
||||||
```
|
```
|
||||||
cave resolve --execute intel-compute-runtime
|
cave resolve --execute intel-compute-runtime
|
||||||
```
|
```
|
||||||
|
|
||||||
## Fedora 30 and rawhide
|
## Fedora* 30 and rawhide
|
||||||
|
|
||||||
```
|
```
|
||||||
|
dnf install dnf-plugins-core
|
||||||
dnf copr enable jdanecki/intel-opencl
|
dnf copr enable jdanecki/intel-opencl
|
||||||
dnf install intel-opencl
|
dnf install intel-opencl
|
||||||
```
|
```
|
||||||
|
|
||||||
## Gentoo
|
## Gentoo*
|
||||||
|
|
||||||
```
|
```
|
||||||
emerge intel-neo
|
emerge intel-neo
|
||||||
@@ -49,7 +58,7 @@ apt-get install intel-opencl-icd
|
|||||||
|
|
||||||
Docker images are provided in [intel-opencl][https://hub.docker.com/r/intelopencl/intel-opencl] repository.
|
Docker images are provided in [intel-opencl][https://hub.docker.com/r/intelopencl/intel-opencl] repository.
|
||||||
|
|
||||||
Example for Fedora 30
|
Example for Fedora* 30
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run -it --device /dev/dri:/dev/dri --rm docker.io/intelopencl/intel-opencl:fedora-30-copr clinfo
|
docker run -it --device /dev/dri:/dev/dri --rm docker.io/intelopencl/intel-opencl:fedora-30-copr clinfo
|
||||||
|
|||||||
Reference in New Issue
Block a user