diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 10:58:05 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:55 -0400 |
commit | ca966e57f50b89dfb2c8d1c5499cbfef30c3c2e0 (patch) | |
tree | be720db4b1034ac0849fb58a8b3879ebd5c5a5d2 /libraries | |
parent | 44446ef483256493a7c2f3563c5750969b7cdc44 (diff) | |
download | slackbuilds-ca966e57f50b89dfb2c8d1c5499cbfef30c3c2e0.tar.gz |
libraries/opencl-amd: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/opencl-amd/README | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/opencl-amd/README b/libraries/opencl-amd/README index a46fcc5478..135afae341 100644 --- a/libraries/opencl-amd/README +++ b/libraries/opencl-amd/README @@ -1,7 +1,10 @@ OpenCL userspace driver as provided in the amdgpu-pro driver stack and -intended to work along with the free amdgpu stack. It's a repackage +intended to work along with the free amdgpu stack. It's a repackage of AUR opencl-amd and don't provide the full amdgpu-pro stack. The Ubuntu 18.04 drivers can be downloaded using: -/usr/bin/wget --referer https://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Driver-for-Linux-Release-Notes.aspx -N https://drivers.amd.com/drivers/linux/19.50/amdgpu-pro-19.50-967956-ubuntu-18.04.tar.xz +/usr/bin/wget --referer \ +https://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Driver-for-Linux-Release-Notes.aspx \ +--timestamping \ +https://drivers.amd.com/drivers/linux/19.50/amdgpu-pro-19.50-967956-ubuntu-18.04.tar.xz |