[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Fri May 24 15:58:38 UTC 2019
Date: Friday, May 24, 2019 @ 15:58:38
Author: archange
Revision: 469641
upgpkg: intel-compute-runtime 19.20.13008-1
Modified:
intel-compute-runtime/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-24 15:30:51 UTC (rev 469640)
+++ PKGBUILD 2019-05-24 15:58:38 UTC (rev 469641)
@@ -1,9 +1,10 @@
# Maintainer: Daniel Bermond < gmail-com: danielbermond >
+# Maintainer: Bruno Pagani <archange at archlinux.org>
_srcname=compute-runtime
pkgname=intel-${_srcname}
-pkgver=19.11.12599
-pkgrel=2
+pkgver=19.20.13008
+pkgrel=1
pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet for Gen8 (Broadwell) and beyond."
arch=(x86_64)
url="https://01.org/compute-runtime"
@@ -13,15 +14,11 @@
optdepends=('libva: for cl_intel_va_api_media_sharing'
'libdrm: for cl_intel_va_api_media_sharing')
provides=(opencl-driver)
-source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"
- intel-compute-runtime-fix-llvm8-build.patch::"https://github.com/intel/compute-runtime/commit/7a7bb50328106f9f86b28bc404355fc891e104c6.patch")
-sha256sums=('9601e776bc8ea51112ed2c713f8f12bb1de7a0dcc5f90d8b80f9a2214b851761'
- 'a41392d2653ff5e3f75e6a211a0ed5c22f2ddbd2246f3a8217b6d3cd35098bb5')
+source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('1b90d0dccf15d8b78f9c09e945a4e7e1a0a0d1459bfb5053ec420cbaa150e775')
prepare() {
mkdir -p build
- cd ${_srcname}-${pkgver}
- patch -p1 -i ../intel-compute-runtime-fix-llvm8-build.patch
}
build() {
More information about the arch-commits
mailing list