summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2021-08-24 11:27:42 +0200
committerGard Spreemann <gspr@nonempty.org>2021-08-24 11:27:42 +0200
commit3b1e14acd60060e3bc1e58d66c8a65d35daf1dd5 (patch)
treea8f6839711e8eeb58b6ee6661523e99f17a46b86 /doc
parent93d6070e276b574d28f257f25e7f11bbea77507a (diff)
Let the installation documentation reflect the fact that CLBlast is now in Debian and Ubuntu
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/installation.md b/doc/installation.md
index 70c69321..418b0532 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -31,13 +31,13 @@ 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.
For Arch Linux and Manjaro, CLBlast is available as a [package](https://aur.archlinux.org/packages/clblast-git) maintained by a 3rd party.