mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +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
|
||||
```
|
||||
|
||||
## Centos*
|
||||
|
||||
```
|
||||
yum install yum-plugin-copr
|
||||
yum copr enable jdanecki/intel-opencl
|
||||
yum install intel-opencl
|
||||
```
|
||||
|
||||
## Clear Linux
|
||||
|
||||
```
|
||||
swupd bundle-add computer-vision-basic
|
||||
```
|
||||
|
||||
## Exherbo Linux
|
||||
## Exherbo* Linux
|
||||
|
||||
```
|
||||
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 install intel-opencl
|
||||
```
|
||||
|
||||
## Gentoo
|
||||
## Gentoo*
|
||||
|
||||
```
|
||||
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.
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user