2019-04-19 18:09:55 +08:00
# NEO in Linux distributions
2019-04-18 22:26:03 +08:00
2020-01-13 18:49:28 +08:00
[](https://repology.org/project/intel-compute-runtime/versions)
2019-04-18 22:26:03 +08:00
## Arch Linux*
```
pacman -S intel-compute-runtime
```
2019-10-16 16:56:25 +08:00
## Centos* 7, 8, Red Hat Enterprise Linux* 7
2019-08-01 22:09:13 +08:00
```
yum install yum-plugin-copr
yum copr enable jdanecki/intel-opencl
yum install intel-opencl
```
2019-04-18 22:26:03 +08:00
## Clear Linux
```
2019-04-24 23:54:31 +08:00
swupd bundle-add computer-vision-basic
2019-04-18 22:26:03 +08:00
```
2019-09-11 01:17:39 +08:00
## Exherbo Linux*
2019-07-22 23:11:00 +08:00
```
cave resolve --execute intel-compute-runtime
```
2019-10-16 16:56:25 +08:00
## Fedora* 30, 31, rawhide, Red Hat Enterprise Linux* 8 Beta, Mageia* 7
2019-04-18 22:26:03 +08:00
```
2019-08-01 22:09:13 +08:00
dnf install dnf-plugins-core
2019-07-24 20:58:09 +08:00
dnf copr enable jdanecki/intel-opencl
dnf install intel-opencl
```
2020-01-02 19:37:36 +08:00
## Gentoo*, Funtoo*
2019-07-24 20:58:09 +08:00
```
emerge intel-neo
2019-04-24 23:54:31 +08:00
```
2019-11-06 07:41:00 +08:00
## NixOS
```
nix-channel --add https://nixos.org/channels/nixpkgs-unstable
nix-channel --update
nix-env -i intel-compute-runtime
```
2019-10-16 16:56:25 +08:00
## OpenSUSE Leap 15.1
```
zypper addrepo -r https://copr.fedorainfracloud.org/coprs/jdanecki/intel-opencl/repo/opensuse-leap-15.1/jdanecki-intel-opencl-opensuse-leap-15.1.repo
zypper install intel-opencl
```
## OpenSUSE tumbleweed
```
zypper addrepo -r https://copr.fedorainfracloud.org/coprs/jdanecki/intel-opencl/repo/opensuse-tumbleweed/jdanecki-intel-opencl-opensuse-tumbleweed.repo
zypper install intel-opencl
```
2019-09-11 01:17:39 +08:00
## PLD Linux*
```
ipoldek install intel-gmmlib intel-graphics-compiler intel-compute-runtime
```
2020-01-14 19:12:47 +08:00
## Ubuntu* ppa for 16.04, 18.04, 19.04, 19.10, 20.04
2019-04-18 22:26:03 +08:00
2019-04-24 23:54:31 +08:00
```
add-apt-repository ppa:intel-opencl/intel-opencl
apt-get update
2019-10-15 15:39:49 +08:00
apt-get install intel-opencl-icd
2019-04-18 22:26:03 +08:00
```
2020-01-02 18:12:01 +08:00
## Ubuntu* 19.04, 19.10, 20.04
2019-07-25 17:33:49 +08:00
```
2019-07-24 20:58:09 +08:00
apt-get install intel-opencl-icd
2019-07-25 17:33:49 +08:00
```
2019-11-13 18:04:14 +08:00
## Packages mirror
Starting with [release 19.43.14583 ](https://github.com/intel/compute-runtime/releases/tag/19.43.14583 ) all packages are mirrored on
[SourceForge ](https://sourceforge.net/projects/intel-compute-runtime ) as older packages are automatically deleted on
[launchpad ](https://launchpad.net/~intel-opencl/+archive/ubuntu/intel-opencl ) and [copr ](https://copr.fedorainfracloud.org/coprs/jdanecki/intel-opencl ).
2019-07-30 21:07:26 +08:00
## Neo in docker containers
2019-08-02 14:52:13 +08:00
Docker images are provided in [intel-opencl ](https://hub.docker.com/r/intelopencl/intel-opencl ) repository.
2019-07-30 21:07:26 +08:00
2019-08-01 22:09:13 +08:00
Example for Fedora* 30
2019-07-30 21:07:26 +08:00
```
docker run -it --device /dev/dri:/dev/dri --rm docker.io/intelopencl/intel-opencl:fedora-30-copr clinfo
```
2019-05-24 22:46:27 +08:00
## Building and installation
2019-10-31 19:41:43 +08:00
* [Ubuntu* ](https://github.com/intel/compute-runtime/blob/master/documentation/BUILD_Ubuntu.md )
* [Centos* 8 ](https://github.com/intel/compute-runtime/blob/master/documentation/BUILD_Centos.md )
2019-11-20 21:51:07 +08:00
* Scripts to build or download rpm (copr) and deb (github and ppa) packages are available in [neo-specs ](https://github.com/JacekDanecki/neo-specs ) repository.
2019-05-24 22:46:27 +08:00
2020-01-02 18:12:01 +08:00
# NEO in other distributions
2020-01-13 18:49:28 +08:00
## FreeBSD*, DragonFly*
2020-01-02 18:12:01 +08:00
```
pkg install intel-compute-runtime
```
2019-04-18 22:26:03 +08:00
(*) Other names and brands may be claimed as property of others.