Skip to content
Snippets Groups Projects
Commit 9ffd22a9 authored by alice's avatar alice Committed by alice
Browse files

community/intel-gmmlib: upgrade to 22.0.2

parent 8021f80d
1 merge request!30009community/intel-media-driver: upgrade
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: psykose <alice@ayaya.dev>
pkgname=intel-gmmlib
pkgver=22.0.1
pkgver=22.0.2
pkgrel=0
pkgdesc="Intel Graphics Memory Management Library"
options="!check" # tests can't run in check(), only on install
url="https://github.com/intel/gmmlib/"
arch="x86_64 x86"
license="MIT"
makedepends="cmake"
makedepends="cmake samurai"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/intel/gmmlib/archive/intel-gmmlib-$pkgver.tar.gz"
builddir="$srcdir/gmmlib-intel-gmmlib-$pkgver"
......@@ -19,7 +19,7 @@ build() {
fi
# BUILD_TYPE is a separate type for another thing internally,
# and only takes release
cmake -B build \
cmake -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
......@@ -35,5 +35,5 @@ package() {
}
sha512sums="
a9ad41611ba8fb6b0bf1ab8769ba9d12dd4450728d268d2c099e959c5638593c1cea1eea5fc00a8d9f311881b267e6059b422045deaabf42b35bcd98e1dfc12e intel-gmmlib-22.0.1.tar.gz
87c43a6f730ac13301f2ce0ec75dcd160bfa7a44d32480544f534519937744e618143831e207d3461a6a9dc7409adefd32c318bd8776939599d367a4c4bd9b4a intel-gmmlib-22.0.2.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment