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
01498318
Commit
01498318
authored
3 years ago
by
alice
Committed by
alice
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/intel-gmmlib: upgrade to 22.0.1
parent
f21d741f
Loading
Loading
1 merge request
!29154
community/intel-{media-driver,gmmlib}: upgrade
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/intel-gmmlib/APKBUILD
+9
-9
9 additions, 9 deletions
community/intel-gmmlib/APKBUILD
with
9 additions
and
9 deletions
community/intel-gmmlib/APKBUILD
+
9
−
9
View file @
01498318
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer:
pkgname
=
intel-gmmlib
pkgver
=
2
1.3.3
pkgver
=
2
2.0.1
pkgrel
=
0
pkgdesc
=
"Intel Graphics Memory Management Library"
options
=
"!check"
options
=
"!check"
# tests can't run in check(), only on install
url
=
"https://github.com/intel/gmmlib/"
arch
=
"x86_64 x86"
license
=
"MIT"
...
...
@@ -17,23 +17,23 @@ build() {
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
# BUILD_TYPE is a separate type for another thing internally,
# and only takes release
cmake
-B
build
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_SHARED_LIBS
=
True
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_CXX_FLAGS
=
"
$CXXFLAGS
"
\
-DCMAKE_C_FLAGS
=
"
$CFLAGS
"
\
-Wno-dev
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DBUILD_TYPE
=
Release
\
-DRUN_TEST_SUITE
=
OFF
\
$CMAKE_CROSSOPTS
.
make
-
C
build
c
make
-
-build
build
}
package
()
{
make
-C
build
DESTDIR
=
"
$pkgdir
"
install
DESTDIR
=
"
$pkgdir
"
cmake
--
install
build
}
sha512sums
=
"
9680b2c38f71467a7c4f2c1a6136d1de9c906355ca675ebbafc697daea15fe615aa45f3af3140330f1610946f9c55471038eeb815b1d677b64efb4896515d8fb
intel-gmmlib-2
1.3.3
.tar.gz
a9ad41611ba8fb6b0bf1ab8769ba9d12dd4450728d268d2c099e959c5638593c1cea1eea5fc00a8d9f311881b267e6059b422045deaabf42b35bcd98e1dfc12e
intel-gmmlib-2
2.0.1
.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