aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJacek Danecki2018-09-11 14:24:09 +0200
committerJacek Danecki2018-09-11 15:29:44 +0200
commitb1c71c5ae0271a6e17df5d1290ee0326ea8842be (patch)
tree65683e155919dfde7a13a6f04fa83b14ad8d2e53 /PKGBUILD
parent5a0ff46756feacb388165420df3c5b3e095aef9c (diff)
downloadaur-b1c71c5ae0271a6e17df5d1290ee0326ea8842be.tar.gz
update to 18.36.11428
Signed-off-by: Jacek Danecki <jacek.m.danecki@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22cc1be08e99..495d6755e0a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='compute-runtime'
pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet for Gen8 (Broadwell) and beyond. Weekly build version."
-pkgver='18.35.11391'
+pkgver='18.36.11428'
pkgrel=1
arch=('x86_64')
url='https://01.org/compute-runtime'
@@ -21,7 +21,7 @@ source=("neo::git+https://github.com/intel/compute-runtime#tag=$pkgver"
"llvm_source::git+https://github.com/llvm-mirror/llvm#branch=release_40"
"gmmlib::git+https://github.com/intel/gmmlib#commit=99ff764"
"opencl_headers::git+https://github.com/KhronosGroup/OpenCL-Headers#commit=f039db6"
- "igc::git+https://github.com/intel/intel-graphics-compiler#commit=eb4e4d8")
+ "igc::git+https://github.com/intel/intel-graphics-compiler#commit=b662d85")
sha256sums=('SKIP'
'SKIP'
@@ -43,6 +43,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
+ -DNEO_DRIVER_VERSION=$pkgver \
../neo
make "$MAKEFLAGS"
}