summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2021-08-24 13:29:18 +0200
committerGitHub <noreply@github.com>2021-08-24 13:29:18 +0200
commitcb761e375b7328896be5c0b1e095a2feefed9e63 (patch)
treee982b1a67f6576fe653b7682ea926e5cfa039c55
parent93d6070e276b574d28f257f25e7f11bbea77507a (diff)
parentdf1eebc1207dff2e08760c85ceb0052d1a7a9f48 (diff)
Merge pull request #424 from gspr/gspr/prebuilt
Update documentation to reflect CLBlast in Debian & Ubuntu
-rw-r--r--doc/installation.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/installation.md b/doc/installation.md
index 70c69321..ac7c93d2 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -31,13 +31,15 @@ The pre-requisites for compilation of CLBlast are kept as minimal as possible. A
Using pre-built packages
-------------
-There are pre-built binaries available for Ubuntu, macOS, and Windows.
+There are pre-built binaries available for Ubuntu, Debian, macOS, and Windows.
-For Ubuntu, CLBlast is available through [a PPA](https://launchpad.net/~cnugteren/+archive/ubuntu/clblast). The sources for the Debian packaging can be found [in a separate repository](https://github.com/CNugteren/CLBlast-packaging). CLBlast can be installed as follows on Ubuntu 16.04:
+CLBlast is in Ubuntu 21.04 (Hirsute Hippo) and Debian 11 (Bullseye) and later, and can be installed with:
- sudo add-apt-repository ppa:cnugteren/clblast
- sudo apt-get update
- sudo apt-get install libclblast-dev
+ sudo apt install libclblast-dev
+
+This may not be the latest version of CLBlast. The latest should be available in [Debian unstable](https://tracker.debian.org/pkg/clblast), or can be built from source as described below.
+
+Users of older versions of Ubuntu can use [this PPA](https://launchpad.net/~cnugteren/+archive/ubuntu/clblast).
For Arch Linux and Manjaro, CLBlast is available as a [package](https://aur.archlinux.org/packages/clblast-git) maintained by a 3rd party.