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
dced797b
Commit
dced797b
authored
4 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
main/spirv-headers: upgrade to 1.5.3
parent
d86ee7be
No related branches found
No related tags found
1 merge request
!7364
main/spirv-headers: upgrade to 1.5.3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/spirv-headers/APKBUILD
+6
-7
6 additions, 7 deletions
main/spirv-headers/APKBUILD
with
6 additions
and
7 deletions
main/spirv-headers/APKBUILD
+
6
−
7
View file @
dced797b
...
...
@@ -2,17 +2,16 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname
=
spirv-headers
_pkgname
=
SPIRV-Headers
pkgver
=
1.5.
1
pkgrel
=
5
pkgver
=
1.5.
3
pkgrel
=
0
pkgdesc
=
"Machine-readable files for the SPIR-V Registry"
options
=
"!check"
# No testsuite
url
=
"https://github.com/KhronosGroup/SPIRV-Headers"
arch
=
"noarch"
license
=
"GPL-3.0-or-later"
makedepends
=
"cmake samurai"
source
=
"
$pkgname
-
$pkgver
.corrected.tar.gz::https://github.com/KhronosGroup/
$_pkgname
/archive/
$pkgver
.corrected.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
.corrected"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/KhronosGroup/SPIRV-Headers/archive/
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
build
()
{
cmake
\
...
...
@@ -21,7 +20,7 @@ build() {
-DBUILD_SHARED_LIBS
=
True
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
$
{
CMAKE_CROSSOPTS
}
.
$CMAKE_CROSSOPTS
.
ninja
}
...
...
@@ -29,4 +28,4 @@ package() {
DESTDIR
=
"
$pkgdir
"
ninja
install
}
sha512sums
=
"
92447b1b1eca6f0253265f36d67b00c0c79e93f6a707e27bd8239bd2f693c468a92b7f7c3bb3fde6bb091383baaff42d3b0bbfeb9ff5f952d8a0b9626b03848e
spirv-headers-1.5.
1.corrected
.tar.gz"
sha512sums
=
"
f678cd66c61bfdff4650cf3e14ab9dfd2fe11566f0ac7c50148be412f4d217c55b71541e92a31d8b5ea51748048539ad7b2645f7d54abc146045fd4a8c06b5b1
spirv-headers-1.5.
3
.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