From 6529c9bdfb9947564a6a76c5bc8543b2dab91c37 Mon Sep 17 00:00:00 2001 From: Jacek Danecki Date: Fri, 3 Apr 2020 14:06:08 +0200 Subject: [PATCH] doc: update information about binary packages Change-Id: Ib930a2c2910b61ae05d8b0a3b7e859a65f3f4e4b Signed-off-by: Jacek Danecki --- DISTRIBUTIONS.md | 99 ++----------------------------- level_zero/doc/DISTRIBUTIONS.md | 47 +++++++++++++++ opencl/doc/DISTRIBUTIONS.md | 101 ++++++++++++++++++++++++++++++++ 3 files changed, 152 insertions(+), 95 deletions(-) create mode 100644 level_zero/doc/DISTRIBUTIONS.md create mode 100644 opencl/doc/DISTRIBUTIONS.md diff --git a/DISTRIBUTIONS.md b/DISTRIBUTIONS.md index 988f897680..6fc99522b8 100644 --- a/DISTRIBUTIONS.md +++ b/DISTRIBUTIONS.md @@ -1,88 +1,12 @@ # NEO in Linux distributions -[![Packaging status](https://repology.org/badge/vertical-allrepos/intel-compute-runtime.svg)](https://repology.org/project/intel-compute-runtime/versions) +## Level Zero specific -## Arch Linux* +* [distributions](https://github.com/intel/compute-runtime/blob/master/level-zero/doc/DISTRIBUTIONS.md) -``` -pacman -S intel-compute-runtime -``` +## OpenCL specific -## Centos* 7, 8, Red Hat Enterprise Linux* 7 - -``` -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* - -``` -cave resolve --execute intel-compute-runtime -``` - -## Fedora* 30, 31, rawhide, Red Hat Enterprise Linux* 8 Beta, Mageia* 7 - -``` -dnf install dnf-plugins-core -dnf copr enable jdanecki/intel-opencl -dnf install intel-opencl -``` - -## Gentoo*, Funtoo* - -``` -emerge intel-neo -``` - -## NixOS - -``` -nix-channel --add https://nixos.org/channels/nixpkgs-unstable -nix-channel --update -nix-env -i intel-compute-runtime -``` - -## 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 -``` - -## PLD Linux* - -``` -ipoldek install intel-gmmlib intel-graphics-compiler intel-compute-runtime -``` - -## Ubuntu* ppa for 16.04, 18.04, 19.10, 20.04 - -``` -add-apt-repository ppa:intel-opencl/intel-opencl -apt-get update -apt-get install intel-opencl-icd -``` - -## Ubuntu* 19.10, 20.04 - -``` -apt-get install intel-opencl-icd -``` +* [distributions](https://github.com/intel/compute-runtime/blob/master/opencl/doc/DISTRIBUTIONS.md) ## Packages mirror @@ -100,18 +24,3 @@ Example for Fedora* 30 docker run -it --device /dev/dri:/dev/dri --rm docker.io/intelopencl/intel-opencl:fedora-30-copr clinfo ``` -## Building and installation - -* [Ubuntu*](https://github.com/intel/compute-runtime/blob/master/BUILD.md) -* [Centos* 8](https://github.com/intel/compute-runtime/blob/master/BUILD.md) -* 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. - -# NEO in other distributions - -## FreeBSD*, DragonFly* - -``` -pkg install intel-compute-runtime -``` - -(*) Other names and brands may be claimed as property of others. diff --git a/level_zero/doc/DISTRIBUTIONS.md b/level_zero/doc/DISTRIBUTIONS.md new file mode 100644 index 0000000000..e67321ca8b --- /dev/null +++ b/level_zero/doc/DISTRIBUTIONS.md @@ -0,0 +1,47 @@ +# Level Zero in Linux distributions + +## Centos* 7, 8, Red Hat Enterprise Linux* 7 + +``` +yum install yum-plugin-copr +yum copr enable jdanecki/intel-opencl +yum install level-zero intel-level-zero-gpu +``` + +## Fedora* 30, 31, rawhide, Red Hat Enterprise Linux* 8 Beta, Mageia* 7 + +``` +dnf install dnf-plugins-core +dnf copr enable jdanecki/intel-opencl +dnf install level-zero intel-level-zero-gpu +``` + +## 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 level-zero intel-level-zero-gpu +``` + +## OpenSUSE tumbleweed + +``` +zypper addrepo -r https://copr.fedorainfracloud.org/coprs/jdanecki/intel-opencl/repo/opensuse-tumbleweed/jdanecki-intel-opencl-opensuse-tumbleweed.repo +zypper install level-zero intel-level-zero-gpu +``` + +## Ubuntu* ppa for 16.04, 18.04, 19.10, 20.04 + +``` +add-apt-repository ppa:intel-opencl/intel-opencl +apt-get update +apt-get install libze-loader libze-intel-gpu +``` + +## Building and installation + +* [Level Zero loader](https://github.com/oneapi-src/level-zero#building-and-installing) +* [Ubuntu*](https://github.com/intel/compute-runtime/blob/master/level_zero/doc/BUILD.md) +* 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. + +(*) Other names and brands may be claimed as property of others. diff --git a/opencl/doc/DISTRIBUTIONS.md b/opencl/doc/DISTRIBUTIONS.md new file mode 100644 index 0000000000..ed11039cfe --- /dev/null +++ b/opencl/doc/DISTRIBUTIONS.md @@ -0,0 +1,101 @@ +# NEO OpenCL in Linux distributions + +[![Packaging status](https://repology.org/badge/vertical-allrepos/intel-compute-runtime.svg)](https://repology.org/project/intel-compute-runtime/versions) + +## Arch Linux* + +``` +pacman -S intel-compute-runtime +``` + +## Centos* 7, 8, Red Hat Enterprise Linux* 7 + +``` +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* + +``` +cave resolve --execute intel-compute-runtime +``` + +## Fedora* 30, 31, rawhide, Red Hat Enterprise Linux* 8 Beta, Mageia* 7 + +``` +dnf install dnf-plugins-core +dnf copr enable jdanecki/intel-opencl +dnf install intel-opencl +``` + +## Gentoo*, Funtoo* + +``` +emerge intel-neo +``` + +## NixOS + +``` +nix-channel --add https://nixos.org/channels/nixpkgs-unstable +nix-channel --update +nix-env -i intel-compute-runtime +``` + +## 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 +``` + +## PLD Linux* + +``` +ipoldek install intel-gmmlib intel-graphics-compiler intel-compute-runtime +``` + +## Ubuntu* ppa for 16.04, 18.04, 19.10, 20.04 + +``` +add-apt-repository ppa:intel-opencl/intel-opencl +apt-get update +apt-get install intel-opencl-icd +``` + +## Ubuntu* 19.10, 20.04 + +``` +apt-get install intel-opencl-icd +``` + +## Building and installation + +* [Ubuntu*](https://github.com/intel/compute-runtime/blob/master/BUILD.md) +* [Centos* 8](https://github.com/intel/compute-runtime/blob/master/BUILD.md) +* 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. + +# NEO in other distributions + +## FreeBSD*, DragonFly* + +``` +pkg install intel-compute-runtime +``` + +(*) Other names and brands may be claimed as property of others.