Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
36c2b5b5
Commit
36c2b5b5
authored
1 year ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/opencl-icd-loader: split cllayerinfo
parent
c2074920
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/opencl-icd-loader/APKBUILD
+6
-2
6 additions, 2 deletions
community/opencl-icd-loader/APKBUILD
with
6 additions
and
2 deletions
community/opencl-icd-loader/APKBUILD
+
6
−
2
View file @
36c2b5b5
...
...
@@ -2,13 +2,13 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname
=
opencl-icd-loader
pkgver
=
2.3.2
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Generic OpenCL ICD Loader"
url
=
"https://github.com/OCL-dev/ocl-icd"
arch
=
"all"
license
=
"BSD-2-Clause"
makedepends
=
"ruby libtool autoconf automake"
subpackages
=
"
$pkgname
-doc
$pkgname
-dev"
subpackages
=
"
$pkgname
-doc
$pkgname
-dev
cllayerinfo
"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/OCL-dev/ocl-icd/archive/v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/ocl-icd-
$pkgver
"
...
...
@@ -36,6 +36,10 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
cllayerinfo
()
{
amove usr/bin/cllayerinfo
}
sha512sums
=
"
5129975a10ffade76d20444345a59c82506914347391ad6c0b4c3826f51dcc641924b4a5abcc65c41766597af9cc7a76b9e5821f41898ff0251a05963e117796 opencl-icd-loader-2.3.2.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment