From 3b1e14acd60060e3bc1e58d66c8a65d35daf1dd5 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Tue, 24 Aug 2021 11:27:42 +0200 Subject: [PATCH 1/2] Let the installation documentation reflect the fact that CLBlast is now in Debian and Ubuntu --- doc/installation.md | 10 +++++----- 1 file 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. From df1eebc1207dff2e08760c85ceb0052d1a7a9f48 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Tue, 24 Aug 2021 12:36:35 +0200 Subject: [PATCH 2/2] PPA for older Ubuntus --- doc/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/installation.md b/doc/installation.md index 418b0532..ac7c93d2 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -39,6 +39,8 @@ CLBlast is in Ubuntu 21.04 (Hirsute Hippo) and Debian 11 (Bullseye) and later, a 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. For OS X / macOS, CLBlast is available through [Homebrew](https://github.com/Homebrew/homebrew-core/blob/master/Formula/clblast.rb). It can be installed as follows: