8000 GitHub - knatsakis/opencl-amd-debian: Debian packaging for OpenCL from AMDGPU-PRO
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

knatsakis/opencl-amd-debian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debian packaging script for opencl-amd

OpenCL userspace driver as provided in the amdgpu-pro driver stack. This package is intended to work along with the free amdgpu stack.

Bash implementation using the opencl-amd AUR pkgbuild to build a DEB package for opencl-amd.

Build requirements

You need wget and docker (to run fpm).

Build the required FPM docker image with:

docker build -t fpm:1.11.0 .

Usage

Run the build script:

./opencl-amd-debian

The script performs the following steps:

  • download the current upstream pkgbuild
  • download and verify the sources
  • build the package root with upstream instructions
  • create a DEB package with fpm in Docker

The resulting DEB package is saved as ./build/opencl-amd_${pkgver}_amd64.deb.

About

Debian packaging for OpenCL from AMDGPU-PRO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 84.6%
  • Dockerfile 15.4%
0