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
af62ec14
Commit
af62ec14
authored
2 years ago
by
Leon Marz
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/opencl: upgrade to 2022.09.30
parent
2133694e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!41237
community/opencl: upgrade to 2022.09.30
Pipeline
#143321
canceled
2 years ago
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/opencl/APKBUILD
+10
-5
10 additions, 5 deletions
community/opencl/APKBUILD
with
10 additions
and
5 deletions
community/opencl/APKBUILD
+
10
−
5
View file @
af62ec14
# Contributor: Leon Marz <main@lmarz.org>
# Contributor: Leon Marz <main@lmarz.org>
# Maintainer: Leon Marz <main@lmarz.org>
# Maintainer: Leon Marz <main@lmarz.org>
pkgname
=
opencl
pkgname
=
opencl
pkgver
=
2022.09.
2
3
pkgver
=
2022.09.3
0
pkgrel
=
0
pkgrel
=
0
#_dirver=${pkgver//.0/.} # Why can't they be consistent? Just why?
_dirver
=
2022.5.18
# holy fucking shit, what went wrong here?
pkgdesc
=
"OpenCL ICD Loader"
pkgdesc
=
"OpenCL ICD Loader"
url
=
"https://khronos.org/opencl"
url
=
"https://khronos.org/opencl"
arch
=
"all"
arch
=
"all"
...
@@ -15,7 +13,14 @@ subpackages="$pkgname-headers:headers:noarch $pkgname-dev"
...
@@ -15,7 +13,14 @@ subpackages="$pkgname-headers:headers:noarch $pkgname-dev"
provides
=
"opencl-icd-loader=
$pkgver
-r
$pkgrel
"
provides
=
"opencl-icd-loader=
$pkgver
-r
$pkgrel
"
source
=
"https://github.com/KhronosGroup/OpenCL-SDK/releases/download/v
$pkgver
/OpenCL-SDK-v
$pkgver
-Source.tar.gz"
source
=
"https://github.com/KhronosGroup/OpenCL-SDK/releases/download/v
$pkgver
/OpenCL-SDK-v
$pkgver
-Source.tar.gz"
options
=
"!check"
# tests are not functioning correctly
options
=
"!check"
# tests are not functioning correctly
builddir
=
"
$srcdir
/OpenCL-SDK-
$_dirver
-Source"
builddir
=
"
$srcdir
/OpenCL-SDK-v
$pkgver
-Source"
prepare
()
{
default_prepare
# build artifacts are somehow included...
rm
-rf
"
$builddir
/build"
}
build
()
{
build
()
{
cmake
-B
build
-G
Ninja
\
cmake
-B
build
-G
Ninja
\
...
@@ -37,5 +42,5 @@ headers() {
...
@@ -37,5 +42,5 @@ headers() {
}
}
sha512sums
=
"
sha512sums
=
"
7b1f03efc846982b6774b74080c41368aab399bbfb41cbea310009e2c0fab1c5bdae1c68296d195ad173b022a054543ecadec5293c345663bda0de3b70bf0c7a
OpenCL-SDK-v2022.09.
2
3-Source.tar.gz
df7af993b286f2beba660b17e54e0419b049f8d0bcfec13386b22b4a631362058d1903e39765bb9e5ad26fdca0fb1223fdc0b128c32b0935edda99affc6cc1bc
OpenCL-SDK-v2022.09.3
0
-Source.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