[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-12-05 Thread Bruno Pagani via arch-commits
Date: Saturday, December 5, 2020 @ 23:19:21
  Author: archange
Revision: 770983

upgpkg: intel-compute-runtime 20.48.18558-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-05 23:07:35 UTC (rev 770982)
+++ PKGBUILD2020-12-05 23:19:21 UTC (rev 770983)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.45.18403
+pkgver=20.48.18558
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver level-zero-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('6f7c36c5574aeb4aa3a77c2aaa4dcb205394ba6c56f6351a7b041c0ed8280b99')
+sha256sums=('5736a65b81089d1f013ceda8d864b6ec7d8c92f36a475d46ca9e309bbd5979e6')
 
 build() {
   cmake -B build -S compute-runtime-${pkgver} \


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-11-14 Thread Bruno Pagani via arch-commits
Date: Saturday, November 14, 2020 @ 23:15:33
  Author: archange
Revision: 754234

upgpkg: intel-compute-runtime 20.45.18403-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-14 23:03:08 UTC (rev 754233)
+++ PKGBUILD2020-11-14 23:15:33 UTC (rev 754234)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.44.18297
+pkgver=20.45.18403
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
@@ -13,16 +13,9 @@
 optdepends=('libva: for cl_intel_va_api_media_sharing'
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver level-zero-driver)
-source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
${pkgname}-fix-ult-tests.patch::https://github.com/intel/compute-runtime/commit/f9e0c04b542ba6fd41952df7282a6984cf75d77a.patch)
-sha256sums=('ce0d3a50606bd88e7e5ad306b9a5f8755804e0d55645e7e836d6784447e34071'
-'ae727e69778f811a534d249486987c62afefdd7c743fb9d3e9aed89b1c05de36')
+source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('6f7c36c5574aeb4aa3a77c2aaa4dcb205394ba6c56f6351a7b041c0ed8280b99')
 
-prepare() {
-  cd compute-runtime-${pkgver}
-  patch -Np1 -i ../${pkgname}-fix-ult-tests.patch
-}
-
 build() {
   cmake -B build -S compute-runtime-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-11-07 Thread Bruno Pagani via arch-commits
Date: Saturday, November 7, 2020 @ 10:22:17
  Author: archange
Revision: 745577

upgpkg: intel-compute-runtime 20.44.18297-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-07 10:22:10 UTC (rev 745576)
+++ PKGBUILD2020-11-07 10:22:17 UTC (rev 745577)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.43.18277
+pkgver=20.44.18297
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
@@ -13,12 +13,14 @@
 optdepends=('libva: for cl_intel_va_api_media_sharing'
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver level-zero-driver)
-source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('d24f31f19f8807481aee38a909e332abe7944c2cea123a4f1489b784977f7d72')
+source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
${pkgname}-fix-ult-tests.patch::https://github.com/intel/compute-runtime/commit/f9e0c04b542ba6fd41952df7282a6984cf75d77a.patch)
+sha256sums=('ce0d3a50606bd88e7e5ad306b9a5f8755804e0d55645e7e836d6784447e34071'
+'ae727e69778f811a534d249486987c62afefdd7c743fb9d3e9aed89b1c05de36')
 
 prepare() {
   cd compute-runtime-${pkgver}
-  sed -i 's|-Werror||g' CMakeLists.txt
+  patch -Np1 -i ../${pkgname}-fix-ult-tests.patch
 }
 
 build() {


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-10-30 Thread Bruno Pagani via arch-commits
Date: Friday, October 30, 2020 @ 15:15:10
  Author: archange
Revision: 736717

upgpkg: intel-compute-runtime 20.43.18277-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-30 15:04:27 UTC (rev 736716)
+++ PKGBUILD2020-10-30 15:15:10 UTC (rev 736717)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.42.18209
+pkgver=20.43.18277
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver level-zero-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('aa7f71e327f8969ecf419565f315d1a13b8ce473d392de177ec99cd7924db493')
+sha256sums=('d24f31f19f8807481aee38a909e332abe7944c2cea123a4f1489b784977f7d72')
 
 prepare() {
   cd compute-runtime-${pkgver}


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-10-29 Thread Bruno Pagani via arch-commits
Date: Thursday, October 29, 2020 @ 13:52:14
  Author: archange
Revision: 736509

upgpkg: intel-compute-runtime 20.42.18209-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-29 13:41:46 UTC (rev 736508)
+++ PKGBUILD2020-10-29 13:52:14 UTC (rev 736509)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.30.17454
+pkgver=20.42.18209
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
@@ -14,8 +14,13 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver level-zero-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('835304d1862970a5aa0ec1080717d292b11e3d942f827371fb8ecd78420069ce')
+sha256sums=('aa7f71e327f8969ecf419565f315d1a13b8ce473d392de177ec99cd7924db493')
 
+prepare() {
+cd compute-runtime-${pkgver}
+sed -i 's|-Werror||g' CMakeLists.txt
+}
+
 build() {
 cmake -B build -S compute-runtime-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
@@ -30,10 +35,5 @@
 install -Dm755 build/bin/libocloc.so -t "${pkgdir}"/usr/lib/intel-opencl
 install -Dm644 compute-runtime-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
 
-local _lz_sover
-local _lz_major
-_lz_sover=$(find "${pkgdir}"/usr/lib -type f -name 
'libze_intel_gpu.so.*.*.*' | sed 's/^.*\.so\.//')
-_lz_major=${_lz_sover%%.*}
-ln -s libze_intel_gpu.so.${_lz_sover} 
"${pkgdir}"/usr/lib/libze_intel_gpu.so
-ln -s libze_intel_gpu.so.${_lz_sover} 
"${pkgdir}"/usr/lib/libze_intel_gpu.so.${_lz_major}
+ln -s $(find "${pkgdir}"/usr/lib -regex '.*libze_intel_gpu.so.[0-9]*' 
-exec basename {} \;) "${pkgdir}"/usr/lib/libze_intel_gpu.so
 }


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-10-29 Thread Bruno Pagani via arch-commits
Date: Thursday, October 29, 2020 @ 13:52:42
  Author: archange
Revision: 736510

PKGBUILD indenting

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |   26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-29 13:52:14 UTC (rev 736509)
+++ PKGBUILD2020-10-29 13:52:42 UTC (rev 736510)
@@ -17,23 +17,23 @@
 sha256sums=('aa7f71e327f8969ecf419565f315d1a13b8ce473d392de177ec99cd7924db493')
 
 prepare() {
-cd compute-runtime-${pkgver}
-sed -i 's|-Werror||g' CMakeLists.txt
+  cd compute-runtime-${pkgver}
+  sed -i 's|-Werror||g' CMakeLists.txt
 }
 
 build() {
-cmake -B build -S compute-runtime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--Wno-dev
-make -C build
+  cmake -B build -S compute-runtime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-Wno-dev
+  make -C build
 }
 
 package() {
-make -C build DESTDIR="${pkgdir}" install
-install -Dm755 build/bin/libocloc.so -t "${pkgdir}"/usr/lib/intel-opencl
-install -Dm644 compute-runtime-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-
-ln -s $(find "${pkgdir}"/usr/lib -regex '.*libze_intel_gpu.so.[0-9]*' 
-exec basename {} \;) "${pkgdir}"/usr/lib/libze_intel_gpu.so
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm755 build/bin/libocloc.so -t "${pkgdir}"/usr/lib/intel-opencl
+  install -Dm644 compute-runtime-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+  
+  ln -s $(find "${pkgdir}"/usr/lib -regex '.*libze_intel_gpu.so.[0-9]*' -exec 
basename {} \;) "${pkgdir}"/usr/lib/libze_intel_gpu.so
 }


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-07-31 Thread Daniel Bermond via arch-commits
Date: Friday, July 31, 2020 @ 17:53:00
  Author: dbermond
Revision: 666269

upgpkg: intel-compute-runtime 20.30.17454-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-31 17:52:21 UTC (rev 666268)
+++ PKGBUILD2020-07-31 17:53:00 UTC (rev 666269)
@@ -2,8 +2,8 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.29.17408
-pkgrel=2
+pkgver=20.30.17454
+pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
 url="https://01.org/compute-runtime;
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver level-zero-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('fe674407aea8baefe4938abb02bdca5bd86f192caab0bd8b55e2e3f635d8bff0')
+sha256sums=('835304d1862970a5aa0ec1080717d292b11e3d942f827371fb8ecd78420069ce')
 
 build() {
 cmake -B build -S compute-runtime-${pkgver} \


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-07-28 Thread Daniel Bermond via arch-commits
Date: Tuesday, July 28, 2020 @ 16:32:03
  Author: dbermond
Revision: 665666

upgpkg: intel-compute-runtime 20.29.17408-2

Rebuild for IGC 1:1.0.4361-2.

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 16:31:10 UTC (rev 665665)
+++ PKGBUILD2020-07-28 16:32:03 UTC (rev 665666)
@@ -3,7 +3,7 @@
 
 pkgname=intel-compute-runtime
 pkgver=20.29.17408
-pkgrel=1
+pkgrel=2
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
 url="https://01.org/compute-runtime;


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-07-27 Thread Daniel Bermond via arch-commits
Date: Tuesday, July 28, 2020 @ 00:45:43
  Author: dbermond
Revision: 665578

upgpkg: intel-compute-runtime 20.29.17408-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 00:45:34 UTC (rev 665577)
+++ PKGBUILD2020-07-28 00:45:43 UTC (rev 665578)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.28.17293
+pkgver=20.29.17408
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver level-zero-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('f8e56b139cde0e9dba20522d16efef77c0586c466301cbd6992b92b939366bad')
+sha256sums=('fe674407aea8baefe4938abb02bdca5bd86f192caab0bd8b55e2e3f635d8bff0')
 
 build() {
 cmake -B build -S compute-runtime-${pkgver} \


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 12:49:04
  Author: archange
Revision: 665449

upgpkg: intel-compute-runtime 20.28.17293-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 12:37:17 UTC (rev 665448)
+++ PKGBUILD2020-07-27 12:49:04 UTC (rev 665449)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.27.17231
+pkgver=20.28.17293
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver level-zero-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('962c1a95ce9ef22df60ea50cfc8ee915b7f7ee1363e703c0a3222760fe9f273e')
+sha256sums=('f8e56b139cde0e9dba20522d16efef77c0586c466301cbd6992b92b939366bad')
 
 build() {
 cmake -B build -S compute-runtime-${pkgver} \


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-07-18 Thread Bruno Pagani via arch-commits
Date: Saturday, July 18, 2020 @ 15:19:39
  Author: archange
Revision: 664427

upgpkg: intel-compute-runtime 20.27.17231-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-18 15:01:31 UTC (rev 664426)
+++ PKGBUILD2020-07-18 15:19:39 UTC (rev 664427)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.18.16699
+pkgver=20.27.17231
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
@@ -14,11 +14,9 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver level-zero-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('04576130cbb72af19ef6c79092105af7c06df95d7b17769d8fd815fe81c42b12')
+sha256sums=('962c1a95ce9ef22df60ea50cfc8ee915b7f7ee1363e703c0a3222760fe9f273e')
 
 build() {
-export CFLAGS+=" ${CPPFLAGS}"
-export CXXFLAGS+=" ${CPPFLAGS}"
 cmake -B build -S compute-runtime-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-05-08 Thread Daniel Bermond via arch-commits
Date: Friday, May 8, 2020 @ 13:09:52
  Author: dbermond
Revision: 625633

upgpkg: intel-compute-runtime 20.18.16699-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 13:09:24 UTC (rev 625632)
+++ PKGBUILD2020-05-08 13:09:52 UTC (rev 625633)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.17.16650
+pkgver=20.18.16699
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver level-zero-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('83074289e9bdd23b40e3e248d189703173a463f9d88dee12bc0b67730121e5d4')
+sha256sums=('04576130cbb72af19ef6c79092105af7c06df95d7b17769d8fd815fe81c42b12')
 
 build() {
 export CFLAGS+=" ${CPPFLAGS}"


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-05-04 Thread Daniel Bermond via arch-commits
Date: Monday, May 4, 2020 @ 15:56:40
  Author: dbermond
Revision: 624736

upgpkg: intel-compute-runtime 20.17.16650-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 15:55:00 UTC (rev 624735)
+++ PKGBUILD2020-05-04 15:56:40 UTC (rev 624736)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.16.16582
+pkgver=20.17.16650
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver level-zero-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('94643285b84e2f059c36c8715a8c1a4de3edd4ce11ec3b6181e30f0c5458920f')
+sha256sums=('83074289e9bdd23b40e3e248d189703173a463f9d88dee12bc0b67730121e5d4')
 
 build() {
 export CFLAGS+=" ${CPPFLAGS}"


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-04-24 Thread Daniel Bermond via arch-commits
Date: Friday, April 24, 2020 @ 13:25:20
  Author: dbermond
Revision: 619303

upgpkg: intel-compute-runtime 20.16.16582-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-24 13:24:56 UTC (rev 619302)
+++ PKGBUILD2020-04-24 13:25:20 UTC (rev 619303)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.15.16524
+pkgver=20.16.16582
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver level-zero-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('6b0f8f12fdda8c379f803b8b08e2219ca18377dea9487519ea46c1ecb4089f6a')
+sha256sums=('94643285b84e2f059c36c8715a8c1a4de3edd4ce11ec3b6181e30f0c5458920f')
 
 build() {
 export CFLAGS+=" ${CPPFLAGS}"


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-04-18 Thread Bruno Pagani via arch-commits
Date: Saturday, April 18, 2020 @ 14:31:24
  Author: archange
Revision: 616076

upgpkg: intel-compute-runtime 20.15.16524-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-18 14:10:27 UTC (rev 616075)
+++ PKGBUILD2020-04-18 14:31:24 UTC (rev 616076)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.14.16441
+pkgver=20.15.16524
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver level-zero-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('169e7833121beea8ec69ff9249ca06f3bae981e14593c7a62f363d4991acb7e2')
+sha256sums=('6b0f8f12fdda8c379f803b8b08e2219ca18377dea9487519ea46c1ecb4089f6a')
 
 build() {
 export CFLAGS+=" ${CPPFLAGS}"


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-04-15 Thread Bruno Pagani via arch-commits
Date: Thursday, April 16, 2020 @ 01:12:08
  Author: archange
Revision: 615089

upgpkg: intel-compute-runtime 20.14.16441-1

Update + rebuild for LLVM 10 stack.
Changes credit to dbermond.

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |   22 --
 1 file changed, 16 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-16 01:04:17 UTC (rev 615088)
+++ PKGBUILD2020-04-16 01:12:08 UTC (rev 615089)
@@ -2,25 +2,28 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.13.16352
+pkgver=20.14.16441
 pkgrel=1
-pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
+pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
 url="https://01.org/compute-runtime;
 license=(MIT)
 depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
-makedepends=(cmake libva)
+makedepends=(cmake libva level-zero-headers)
 optdepends=('libva: for cl_intel_va_api_media_sharing'
 'libdrm: for cl_intel_va_api_media_sharing')
-provides=(opencl-driver)
+provides=(opencl-driver level-zero-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a0eff6a612e2711ae8a1f19746a53699abecc22bc0f8605ef22a7e176372b4d0')
+sha256sums=('169e7833121beea8ec69ff9249ca06f3bae981e14593c7a62f363d4991acb7e2')
 
 build() {
+export CFLAGS+=" ${CPPFLAGS}"
+export CXXFLAGS+=" ${CPPFLAGS}"
 cmake -B build -S compute-runtime-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
+-DCMAKE_INSTALL_LIBDIR=lib \
+-Wno-dev
 make -C build
 }
 
@@ -28,4 +31,11 @@
 make -C build DESTDIR="${pkgdir}" install
 install -Dm755 build/bin/libocloc.so -t "${pkgdir}"/usr/lib/intel-opencl
 install -Dm644 compute-runtime-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+
+local _lz_sover
+local _lz_major
+_lz_sover=$(find "${pkgdir}"/usr/lib -type f -name 
'libze_intel_gpu.so.*.*.*' | sed 's/^.*\.so\.//')
+_lz_major=${_lz_sover%%.*}
+ln -s libze_intel_gpu.so.${_lz_sover} 
"${pkgdir}"/usr/lib/libze_intel_gpu.so
+ln -s libze_intel_gpu.so.${_lz_sover} 
"${pkgdir}"/usr/lib/libze_intel_gpu.so.${_lz_major}
 }


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-04-03 Thread Daniel Bermond via arch-commits
Date: Friday, April 3, 2020 @ 14:30:58
  Author: dbermond
Revision: 610818

upgpkg: intel-compute-runtime 20.13.16352-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-03 14:30:25 UTC (rev 610817)
+++ PKGBUILD2020-04-03 14:30:58 UTC (rev 610818)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.12.16259
+pkgver=20.13.16352
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -14,14 +14,13 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('cd4eb236508101c153ab7748378edcdba3fad67be9055fc5485f39718ffe8140')
+sha256sums=('a0eff6a612e2711ae8a1f19746a53699abecc22bc0f8605ef22a7e176372b4d0')
 
 build() {
 cmake -B build -S compute-runtime-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DNEO_DRIVER_VERSION=${pkgver}
+-DCMAKE_INSTALL_LIBDIR=lib
 make -C build
 }
 


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-03-27 Thread Daniel Bermond via arch-commits
Date: Friday, March 27, 2020 @ 22:06:28
  Author: dbermond
Revision: 605052

upgpkg: intel-compute-runtime 20.12.16259-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 22:06:10 UTC (rev 605051)
+++ PKGBUILD2020-03-27 22:06:28 UTC (rev 605052)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.11.16158
+pkgver=20.12.16259
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('1b07b00c9a4181415125d9afeceed30fca95a3e35b6cee03d3b0342a0355fb55')
+sha256sums=('cd4eb236508101c153ab7748378edcdba3fad67be9055fc5485f39718ffe8140')
 
 build() {
 cmake -B build -S compute-runtime-${pkgver} \


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-03-20 Thread Daniel Bermond via arch-commits
Date: Friday, March 20, 2020 @ 15:35:27
  Author: dbermond
Revision: 601745

upgpkg: intel-compute-runtime 20.11.16158-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-20 15:35:01 UTC (rev 601744)
+++ PKGBUILD2020-03-20 15:35:27 UTC (rev 601745)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.10.16087
+pkgver=20.11.16158
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('c03bf51b0fc5b84490f6690443e74e1c7958809dc3fb51f53b89f89951acceb9')
+sha256sums=('1b07b00c9a4181415125d9afeceed30fca95a3e35b6cee03d3b0342a0355fb55')
 
 build() {
 cmake -B build -S compute-runtime-${pkgver} \
@@ -27,5 +27,6 @@
 
 package() {
 make -C build DESTDIR="${pkgdir}" install
+install -Dm755 build/bin/libocloc.so -t "${pkgdir}"/usr/lib/intel-opencl
 install -Dm644 compute-runtime-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
 }


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-03-17 Thread Daniel Bermond via arch-commits
Date: Tuesday, March 17, 2020 @ 19:28:43
  Author: dbermond
Revision: 600412

upgpkg: intel-compute-runtime 20.10.16087-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-17 19:27:38 UTC (rev 600411)
+++ PKGBUILD2020-03-17 19:28:43 UTC (rev 600412)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.09.15980
+pkgver=20.10.16087
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('26ac5e2f175e5aa53bed322d4f996b4218621e4cc4e3c00a6874224dc3b9c8f2')
+sha256sums=('c03bf51b0fc5b84490f6690443e74e1c7958809dc3fb51f53b89f89951acceb9')
 
 build() {
 cmake -B build -S compute-runtime-${pkgver} \


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-03-06 Thread Daniel Bermond via arch-commits
Date: Friday, March 6, 2020 @ 15:59:35
  Author: dbermond
Revision: 591030

upgpkg: intel-compute-runtime 20.09.15980-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-06 15:58:57 UTC (rev 591029)
+++ PKGBUILD2020-03-06 15:59:35 UTC (rev 591030)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.08.15750
+pkgver=20.09.15980
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('0e7846bcae93f65c766914fe96592e449a64574c3d5b9fd7c0b69ad01dae5fd4')
+sha256sums=('26ac5e2f175e5aa53bed322d4f996b4218621e4cc4e3c00a6874224dc3b9c8f2')
 
 build() {
 cmake -B build -S compute-runtime-${pkgver} \


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-02-28 Thread Daniel Bermond via arch-commits
Date: Saturday, February 29, 2020 @ 03:12:48
  Author: dbermond
Revision: 586735

upgpkg: intel-compute-runtime 20.08.15750-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-29 03:12:17 UTC (rev 586734)
+++ PKGBUILD2020-02-29 03:12:48 UTC (rev 586735)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.07.15711
+pkgver=20.08.15750
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('d4539d19703394b5208cefeaea3b874586fa465d85affb099d10bfe80b08a58a')
+sha256sums=('0e7846bcae93f65c766914fe96592e449a64574c3d5b9fd7c0b69ad01dae5fd4')
 
 build() {
 cmake -B build -S compute-runtime-${pkgver} \


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-02-21 Thread Bruno Pagani via arch-commits
Date: Friday, February 21, 2020 @ 15:41:14
  Author: archange
Revision: 577660

upgpkg: intel-compute-runtime 20.07.15711-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-21 15:40:58 UTC (rev 577659)
+++ PKGBUILD2020-02-21 15:41:14 UTC (rev 577660)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.06.15619
+pkgver=20.07.15711
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('6fdd5171204796eca7bd626e7108cd7b80f7e00c99426876d93d1154b97d933b')
+sha256sums=('d4539d19703394b5208cefeaea3b874586fa465d85affb099d10bfe80b08a58a')
 
 build() {
 cmake -B build -S compute-runtime-${pkgver} \


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-02-14 Thread Bruno Pagani via arch-commits
Date: Friday, February 14, 2020 @ 14:00:21
  Author: archange
Revision: 571041

upgpkg: intel-compute-runtime 20.06.15619-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-14 14:00:13 UTC (rev 571040)
+++ PKGBUILD2020-02-14 14:00:21 UTC (rev 571041)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.05.15524
+pkgver=20.06.15619
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('3c1fe0f64b612dbb331f41284c242c2c047c6e4d037e296b2e045055f9d46053')
+sha256sums=('6fdd5171204796eca7bd626e7108cd7b80f7e00c99426876d93d1154b97d933b')
 
 build() {
 cmake -B build -S compute-runtime-${pkgver} \


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-02-07 Thread Daniel Bermond via arch-commits
Date: Saturday, February 8, 2020 @ 00:34:13
  Author: dbermond
Revision: 563785

upgpkg: intel-compute-runtime 20.05.15524-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-08 00:33:09 UTC (rev 563784)
+++ PKGBUILD2020-02-08 00:34:13 UTC (rev 563785)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.04.15428
+pkgver=20.05.15524
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('93d0e34763e627d58b37637c47f274f2e8e1563a45043e756b23071b668e4d61')
+sha256sums=('3c1fe0f64b612dbb331f41284c242c2c047c6e4d037e296b2e045055f9d46053')
 
 build() {
 cmake -B build -S compute-runtime-${pkgver} \


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-01-31 Thread Daniel Bermond via arch-commits
Date: Friday, January 31, 2020 @ 15:09:13
  Author: dbermond
Revision: 560810

upgpkg: intel-compute-runtime 20.04.15428-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-31 15:08:49 UTC (rev 560809)
+++ PKGBUILD2020-01-31 15:09:13 UTC (rev 560810)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.02.15268
+pkgver=20.04.15428
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('e5b2893b7e129ad005b3b9b4ec514343c1f44beca670d5a5d65d0dc6e01cf04d')
+sha256sums=('93d0e34763e627d58b37637c47f274f2e8e1563a45043e756b23071b668e4d61')
 
 build() {
 cmake -B build -S compute-runtime-${pkgver} \


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-01-17 Thread Bruno Pagani via arch-commits
Date: Friday, January 17, 2020 @ 15:11:48
  Author: archange
Revision: 552850

upgpkg: intel-compute-runtime 20.02.15268-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-17 15:07:56 UTC (rev 552849)
+++ PKGBUILD2020-01-17 15:11:48 UTC (rev 552850)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.01.15264
+pkgver=20.02.15268
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('6a9b1cab8b91d086ac9fdf54495a4880f38ab07f056a49026234153ff7d58d2e')
+sha256sums=('e5b2893b7e129ad005b3b9b4ec514343c1f44beca670d5a5d65d0dc6e01cf04d')
 
 build() {
 cmake -B build -S compute-runtime-${pkgver} \


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-01-10 Thread Bruno Pagani via arch-commits
Date: Friday, January 10, 2020 @ 15:12:23
  Author: archange
Revision: 551642

upgpkg: intel-compute-runtime 20.01.15264-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 3 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 15:12:11 UTC (rev 551641)
+++ PKGBUILD2020-01-10 15:12:23 UTC (rev 551642)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=19.52.15209
+pkgver=20.01.15264
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -13,19 +13,9 @@
 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;
-
'010-neo-move-GmmClientContext.patch'::'https://github.com/intel/compute-runtime/commit/8cc2a6c28e8f0d10b34081931e0d961bdeeec7ea.patch'
-
'020-neo-intel-gmmlib-19.4.1.patch'::'https://github.com/intel/compute-runtime/commit/87e948eef584c7666d4dd7ccf0b5384077deedbf.patch')
-sha256sums=('91405bcdc2241073161adc5d01885121adf78454d6dbd3dd796a5fd3fdae2812'
-'b43bdcca78321b3353b43115f6ad527447d6b9bdbd09bd1217ee0435c0de29f6'
-'c142a9bd886bfe3643dd4d9e48b0031ca6b83870603614359146faf7783fb3b0')
+source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('6a9b1cab8b91d086ac9fdf54495a4880f38ab07f056a49026234153ff7d58d2e')
 
-prepare() {
-# add support for intel-gmmlib 19.4.1
-patch -d compute-runtime-${pkgver} -Np1 -i 
"${srcdir}/010-neo-move-GmmClientContext.patch"
-patch -d compute-runtime-${pkgver} -Np1 -i 
"${srcdir}/020-neo-intel-gmmlib-19.4.1.patch"
-}
-
 build() {
 cmake -B build -S compute-runtime-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2020-01-03 Thread Daniel Bermond via arch-commits
Date: Friday, January 3, 2020 @ 18:02:18
  Author: dbermond
Revision: 547651

upgpkg: intel-compute-runtime 19.52.15209-1: Updated to version 19.52.15209

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 13 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-03 17:53:05 UTC (rev 547650)
+++ PKGBUILD2020-01-03 18:02:18 UTC (rev 547651)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=19.51.15145
+pkgver=19.52.15209
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -13,9 +13,19 @@
 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;)
-sha256sums=('222a8f6515ea0f05f4bbc3d08b180c71190042b5d2d38d8001885b4e184c565e')
+source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
'010-neo-move-GmmClientContext.patch'::'https://github.com/intel/compute-runtime/commit/8cc2a6c28e8f0d10b34081931e0d961bdeeec7ea.patch'
+
'020-neo-intel-gmmlib-19.4.1.patch'::'https://github.com/intel/compute-runtime/commit/87e948eef584c7666d4dd7ccf0b5384077deedbf.patch')
+sha256sums=('91405bcdc2241073161adc5d01885121adf78454d6dbd3dd796a5fd3fdae2812'
+'b43bdcca78321b3353b43115f6ad527447d6b9bdbd09bd1217ee0435c0de29f6'
+'c142a9bd886bfe3643dd4d9e48b0031ca6b83870603614359146faf7783fb3b0')
 
+prepare() {
+# add support for intel-gmmlib 19.4.1
+patch -d compute-runtime-${pkgver} -Np1 -i 
"${srcdir}/010-neo-move-GmmClientContext.patch"
+patch -d compute-runtime-${pkgver} -Np1 -i 
"${srcdir}/020-neo-intel-gmmlib-19.4.1.patch"
+}
+
 build() {
 cmake -B build -S compute-runtime-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-12-29 Thread Bruno Pagani via arch-commits
Date: Sunday, December 29, 2019 @ 16:17:54
  Author: archange
Revision: 543746

upgpkg: intel-compute-runtime 19.51.15145-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-29 16:07:13 UTC (rev 543745)
+++ PKGBUILD2019-12-29 16:17:54 UTC (rev 543746)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=19.50.15079
+pkgver=19.51.15145
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('25f89b1dde59bb9149d822c3ba33fda0f13bc0b941d9c2b11321e2f4432974b0')
+sha256sums=('222a8f6515ea0f05f4bbc3d08b180c71190042b5d2d38d8001885b4e184c565e')
 
 build() {
 cmake -B build -S compute-runtime-${pkgver} \
@@ -27,5 +27,5 @@
 
 package() {
 make -C build DESTDIR="${pkgdir}" install
-install -D -m644 compute-runtime-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+install -Dm644 compute-runtime-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
 }


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-12-20 Thread Daniel Bermond via arch-commits
Date: Friday, December 20, 2019 @ 22:59:59
  Author: dbermond
Revision: 538585

upgpkg: intel-compute-runtime 19.50.15079-1: Update to version 19.50.15079

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-20 22:59:36 UTC (rev 538584)
+++ PKGBUILD2019-12-20 22:59:59 UTC (rev 538585)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=19.49.15055
+pkgver=19.50.15079
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('509f1741149346cdc7149a1cdc4e3cf2cdc8752db77976eac687f563f51fd320')
+sha256sums=('25f89b1dde59bb9149d822c3ba33fda0f13bc0b941d9c2b11321e2f4432974b0')
 
 build() {
 cmake -B build -S compute-runtime-${pkgver} \


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-12-13 Thread Daniel Bermond via arch-commits
Date: Friday, December 13, 2019 @ 20:07:26
  Author: dbermond
Revision: 537577

upgpkg: intel-compute-runtime 19.49.15055-1

Update to version 19.49.15055

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-13 20:06:48 UTC (rev 537576)
+++ PKGBUILD2019-12-13 20:07:26 UTC (rev 537577)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=19.48.14977
+pkgver=19.49.15055
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -14,20 +14,15 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('1b3c58260582f1af8934cd23837c9b27326f3968b8a21755dbf7d3feec7ebcd3')
+sha256sums=('509f1741149346cdc7149a1cdc4e3cf2cdc8752db77976eac687f563f51fd320')
 
-prepare() {
-mkdir -p build
-}
-
 build() {
-cd build
-cmake ../compute-runtime-${pkgver} \
+cmake -B build -S compute-runtime-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DNEO_DRIVER_VERSION=${pkgver}
-make
+make -C build
 }
 
 package() {


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-12-06 Thread Daniel Bermond via arch-commits
Date: Friday, December 6, 2019 @ 19:14:53
  Author: dbermond
Revision: 535995

upgpkg: intel-compute-runtime 19.48.14977-1

Update to version 19.48.14977

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 19:14:35 UTC (rev 535994)
+++ PKGBUILD2019-12-06 19:14:53 UTC (rev 535995)
@@ -1,10 +1,9 @@
 # Maintainer: Daniel Bermond 
 # Maintainer: Bruno Pagani 
 
-_srcname=compute-runtime
-pkgname=intel-${_srcname}
-pkgver=19.44.14658
-pkgrel=4
+pkgname=intel-compute-runtime
+pkgver=19.48.14977
+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;
@@ -15,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('a43de90f54d31018c7b04f8b8cef134c5abafa068493023dd902e0efbfbf1e25')
+sha256sums=('1b3c58260582f1af8934cd23837c9b27326f3968b8a21755dbf7d3feec7ebcd3')
 
 prepare() {
 mkdir -p build
@@ -23,7 +22,7 @@
 
 build() {
 cd build
-cmake ../${_srcname}-${pkgver} \
+cmake ../compute-runtime-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
@@ -32,7 +31,6 @@
 }
 
 package() {
-cd build
-make DESTDIR="${pkgdir}" install
-install -Dm644 ../${_srcname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+make -C build DESTDIR="${pkgdir}" install
+install -D -m644 compute-runtime-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
 }


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-11-29 Thread Daniel Bermond via arch-commits
Date: Friday, November 29, 2019 @ 16:57:44
  Author: dbermond
Revision: 534403

upgpkg: intel-compute-runtime 19.44.14658-4

intel-graphics-compiler 1.0.2934 rebuild

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-29 16:57:28 UTC (rev 534402)
+++ PKGBUILD2019-11-29 16:57:44 UTC (rev 534403)
@@ -4,7 +4,7 @@
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
 pkgver=19.44.14658
-pkgrel=3
+pkgrel=4
 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;


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-11-20 Thread Daniel Bermond via arch-commits
Date: Thursday, November 21, 2019 @ 01:18:41
  Author: dbermond
Revision: 530979

upgpkg: intel-compute-runtime 19.44.14658-3

intel-graphics-compiler 1.0.2878 rebuild

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-21 01:17:58 UTC (rev 530978)
+++ PKGBUILD2019-11-21 01:18:41 UTC (rev 530979)
@@ -4,7 +4,7 @@
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
 pkgver=19.44.14658
-pkgrel=2
+pkgrel=3
 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;


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-11-15 Thread Daniel Bermond via arch-commits
Date: Friday, November 15, 2019 @ 19:48:09
  Author: dbermond
Revision: 529365

upgpkg: intel-compute-runtime 19.44.14658-2

Rebuild against intel-graphics-compiler 1.0.2805

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 19:43:44 UTC (rev 529364)
+++ PKGBUILD2019-11-15 19:48:09 UTC (rev 529365)
@@ -4,7 +4,7 @@
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
 pkgver=19.44.14658
-pkgrel=1
+pkgrel=2
 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;


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-11-12 Thread Daniel Bermond via arch-commits
Date: Tuesday, November 12, 2019 @ 17:08:13
  Author: dbermond
Revision: 527009

upgpkg: intel-compute-runtime 19.44.14658-1

Updated to version 19.44.14658

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 17:07:38 UTC (rev 527008)
+++ PKGBUILD2019-11-12 17:08:13 UTC (rev 527009)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.43.14583
+pkgver=19.44.14658
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('abf31f9f85b722584eca6360b03f6b207511d109ee85b40f724092e03594c8bc')
+sha256sums=('a43de90f54d31018c7b04f8b8cef134c5abafa068493023dd902e0efbfbf1e25')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-10-28 Thread Bruno Pagani via arch-commits
Date: Monday, October 28, 2019 @ 10:44:52
  Author: archange
Revision: 520823

upgpkg: intel-compute-runtime 19.43.14583-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 07:41:35 UTC (rev 520822)
+++ PKGBUILD2019-10-28 10:44:52 UTC (rev 520823)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.42.14504
+pkgver=19.43.14583
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('b752ff7c8f3e65a2e81c976ee08b352ea62fac47a8b381134e590c77ccc6ca30')
+sha256sums=('abf31f9f85b722584eca6360b03f6b207511d109ee85b40f724092e03594c8bc')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-10-25 Thread Bruno Pagani via arch-commits
Date: Friday, October 25, 2019 @ 13:18:29
  Author: archange
Revision: 518863

upgpkg: intel-compute-runtime 19.42.14504-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 13:07:31 UTC (rev 518862)
+++ PKGBUILD2019-10-25 13:18:29 UTC (rev 518863)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.41.14441
+pkgver=19.42.14504
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('e8e56b2efdb6f8f9a1c148ce7057fd5f75e3573bf0813f9bce27e839fa7c2aaa')
+sha256sums=('b752ff7c8f3e65a2e81c976ee08b352ea62fac47a8b381134e590c77ccc6ca30')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-10-21 Thread Bruno Pagani via arch-commits
Date: Monday, October 21, 2019 @ 14:21:26
  Author: archange
Revision: 518090

upgpkg: intel-compute-runtime 19.41.14441-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-21 13:42:35 UTC (rev 518089)
+++ PKGBUILD2019-10-21 14:21:26 UTC (rev 518090)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.40.14409
+pkgver=19.41.14441
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('93b5ac9aa6ecc316faaeb073068d551eb13594738f2bdd8636311ca6bd86281e')
+sha256sums=('e8e56b2efdb6f8f9a1c148ce7057fd5f75e3573bf0813f9bce27e839fa7c2aaa')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-10-19 Thread Bruno Pagani via arch-commits
Date: Saturday, October 19, 2019 @ 18:00:46
  Author: archange
Revision: 517478

upgpkg: intel-compute-runtime 19.40.14409-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-19 17:09:15 UTC (rev 517477)
+++ PKGBUILD2019-10-19 18:00:46 UTC (rev 517478)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.39.14278
+pkgver=19.40.14409
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('607b891a99d8c2f191147fb66d8dd42a6b3a71c56a4c483fa966bd429163a2e8')
+sha256sums=('93b5ac9aa6ecc316faaeb073068d551eb13594738f2bdd8636311ca6bd86281e')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-10-04 Thread Daniel Bermond via arch-commits
Date: Friday, October 4, 2019 @ 17:41:05
  Author: dbermond
Revision: 512847

upgpkg: intel-compute-runtime 19.39.14278-1

Updated to version 19.39.14278 (llvm9)

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 17:40:14 UTC (rev 512846)
+++ PKGBUILD2019-10-04 17:41:05 UTC (rev 512847)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.37.14191
+pkgver=19.39.14278
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('efa8b74a01a5bc1c344b1de654fdad256ee2c6969fde30ebfa87e4df6dd9aa43')
+sha256sums=('607b891a99d8c2f191147fb66d8dd42a6b3a71c56a4c483fa966bd429163a2e8')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-09-20 Thread Daniel Bermond via arch-commits
Date: Friday, September 20, 2019 @ 16:51:45
  Author: dbermond
Revision: 511236

upgpkg: intel-compute-runtime 19.37.14191-1

Updated to version 19.37.14191

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 16:51:00 UTC (rev 511235)
+++ PKGBUILD2019-09-20 16:51:45 UTC (rev 511236)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.36.14103
+pkgver=19.37.14191
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('f3622fe35662dc2508e02d02c7fbacebc93b11b99918ffc7fa61a05e43c69e4d')
+sha256sums=('efa8b74a01a5bc1c344b1de654fdad256ee2c6969fde30ebfa87e4df6dd9aa43')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-09-13 Thread Daniel Bermond via arch-commits
Date: Saturday, September 14, 2019 @ 01:03:27
  Author: dbermond
Revision: 510448

upgpkg: intel-compute-runtime 19.36.14103-1

Updated to version 19.36.14103

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 00:01:18 UTC (rev 510447)
+++ PKGBUILD2019-09-14 01:03:27 UTC (rev 510448)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.35.13977
+pkgver=19.36.14103
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('4f148d4c752e47fa9bb5aa20e154dc49920795378c0e4894747485ac10608a93')
+sha256sums=('f3622fe35662dc2508e02d02c7fbacebc93b11b99918ffc7fa61a05e43c69e4d')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-09-07 Thread Bruno Pagani via arch-commits
Date: Saturday, September 7, 2019 @ 17:01:33
  Author: archange
Revision: 508507

upgpkg: intel-compute-runtime 19.35.13977-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-07 15:16:17 UTC (rev 508506)
+++ PKGBUILD2019-09-07 17:01:33 UTC (rev 508507)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.34.13959
+pkgver=19.35.13977
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('22840d779a9436e9e7bc8ba6c380a65c0bf8b612b2aa99579bbdfb96ef066010')
+sha256sums=('4f148d4c752e47fa9bb5aa20e154dc49920795378c0e4894747485ac10608a93')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-08-30 Thread Daniel Bermond via arch-commits
Date: Friday, August 30, 2019 @ 15:57:57
  Author: dbermond
Revision: 505286

upgpkg: intel-compute-runtime 19.34.13959-1

Updated to version 19.34.13959

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-30 15:38:39 UTC (rev 505285)
+++ PKGBUILD2019-08-30 15:57:57 UTC (rev 505286)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.32.13826
+pkgver=19.34.13959
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('ccfbb68153966c898da0a2026a5a5bce9cb6b3e3aad36d8d63b7a17276530bae')
+sha256sums=('22840d779a9436e9e7bc8ba6c380a65c0bf8b612b2aa99579bbdfb96ef066010')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-08-14 Thread Bruno Pagani via arch-commits
Date: Wednesday, August 14, 2019 @ 15:16:52
  Author: archange
Revision: 499207

upgpkg: intel-compute-runtime 19.32.13826-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-14 14:07:59 UTC (rev 499206)
+++ PKGBUILD2019-08-14 15:16:52 UTC (rev 499207)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.31.13700
+pkgver=19.32.13826
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('9ea9261c1bfd98949ac339a3094a27ab49b2d4f4a64ab0b38240bf94d4af708a')
+sha256sums=('ccfbb68153966c898da0a2026a5a5bce9cb6b3e3aad36d8d63b7a17276530bae')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-08-09 Thread Bruno Pagani via arch-commits
Date: Friday, August 9, 2019 @ 13:59:17
  Author: archange
Revision: 498506

upgpkg: intel-compute-runtime 19.31.13700-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-09 13:48:44 UTC (rev 498505)
+++ PKGBUILD2019-08-09 13:59:17 UTC (rev 498506)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.29.13530
+pkgver=19.31.13700
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('bbe6cc21c6266a8b045d026627be97ef0bc835ec8c79cf48a395f247f0bca0c0')
+sha256sums=('9ea9261c1bfd98949ac339a3094a27ab49b2d4f4a64ab0b38240bf94d4af708a')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-07-26 Thread Bruno Pagani via arch-commits
Date: Friday, July 26, 2019 @ 13:06:12
  Author: archange
Revision: 492862

upgpkg: intel-compute-runtime 19.29.13530-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 12:54:21 UTC (rev 492861)
+++ PKGBUILD2019-07-26 13:06:12 UTC (rev 492862)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.28.13502
+pkgver=19.29.13530
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('117a726423f5fb4df571acdb47a881afc989ff4b3766bcd2f5470943120e2d58')
+sha256sums=('bbe6cc21c6266a8b045d026627be97ef0bc835ec8c79cf48a395f247f0bca0c0')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-07-23 Thread Bruno Pagani via arch-commits
Date: Tuesday, July 23, 2019 @ 12:03:50
  Author: archange
Revision: 492634

upgpkg: intel-compute-runtime 19.28.13502-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 11:49:38 UTC (rev 492633)
+++ PKGBUILD2019-07-23 12:03:50 UTC (rev 492634)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.27.13361
+pkgver=19.28.13502
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('094f4bb6312216d9dd7bec26af4826171ff673f1d83f0652dc5efdf4199f0d86')
+sha256sums=('117a726423f5fb4df571acdb47a881afc989ff4b3766bcd2f5470943120e2d58')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-07-15 Thread Daniel Bermond via arch-commits
Date: Monday, July 15, 2019 @ 15:49:42
  Author: dbermond
Revision: 489877

upgpkg: intel-compute-runtime 19.27.13361-1

Updated to version 19.27.13361

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 14:54:07 UTC (rev 489876)
+++ PKGBUILD2019-07-15 15:49:42 UTC (rev 489877)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.26.13286
+pkgver=19.27.13361
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('74ab6290300b86993ec498216b053acf3fff1f624e714d73a1be9e1c45189d43')
+sha256sums=('094f4bb6312216d9dd7bec26af4826171ff673f1d83f0652dc5efdf4199f0d86')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-07-06 Thread Daniel Bermond via arch-commits
Date: Saturday, July 6, 2019 @ 13:12:45
  Author: dbermond
Revision: 487529

upgpkg: intel-compute-runtime 19.26.13286-1

Updated to version 19.26.13286

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-06 11:47:34 UTC (rev 487528)
+++ PKGBUILD2019-07-06 13:12:45 UTC (rev 487529)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.25.13237
+pkgver=19.26.13286
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('641ec26640799bf28c9bca87b5cdb2fe5e0341cb6e18ea24372d64eab1e93448')
+sha256sums=('74ab6290300b86993ec498216b053acf3fff1f624e714d73a1be9e1c45189d43')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-06-28 Thread Daniel Bermond via arch-commits
Date: Friday, June 28, 2019 @ 22:19:44
  Author: dbermond
Revision: 485700

upgpkg: intel-compute-runtime 19.25.13237-1

Updated to version 19.25.13237

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-28 22:19:10 UTC (rev 485699)
+++ PKGBUILD2019-06-28 22:19:44 UTC (rev 485700)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.23.13131
+pkgver=19.25.13237
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('c98646d7a367425a10c3646f35dfc16dab49c39f9fac4f0cd294f6cf66ec4578')
+sha256sums=('641ec26640799bf28c9bca87b5cdb2fe5e0341cb6e18ea24372d64eab1e93448')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-06-14 Thread Daniel Bermond via arch-commits
Date: Friday, June 14, 2019 @ 15:31:00
  Author: dbermond
Revision: 481473

upgpkg: intel-compute-runtime 19.23.13131-1

Updated to version 19.23.13131.

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-14 14:55:49 UTC (rev 481472)
+++ PKGBUILD2019-06-14 15:31:00 UTC (rev 481473)
@@ -3,8 +3,8 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.22.13062
-pkgrel=2
+pkgver=19.23.13131
+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;
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('38abf70e0c0f76c9f40f2ac5b76d3b0f1affe64e2db45fde958e1c059bd2197e')
+sha256sums=('c98646d7a367425a10c3646f35dfc16dab49c39f9fac4f0cd294f6cf66ec4578')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-06-10 Thread Daniel Bermond via arch-commits
Date: Monday, June 10, 2019 @ 20:52:34
  Author: dbermond
Revision: 479795

upgpkg: intel-compute-runtime 19.22.13062-2

igc 1.0.8 rebuild.

Relevant igc headers changed[1]:
- IGC/AdaptorOCL/cif/cif/common/cif.h
- IGC/AdaptorOCL/cif/cif/os/lin/lin_library_handle.cpp

[1] 
https://github.com/intel/intel-graphics-compiler/compare/igc-1.0.7...igc-1.0.8

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-10 20:46:47 UTC (rev 479794)
+++ PKGBUILD2019-06-10 20:52:34 UTC (rev 479795)
@@ -4,7 +4,7 @@
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
 pkgver=19.22.13062
-pkgrel=1
+pkgrel=2
 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;


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-06-07 Thread Daniel Bermond via arch-commits
Date: Friday, June 7, 2019 @ 15:33:21
  Author: dbermond
Revision: 478180

upgpkg: intel-compute-runtime 19.22.13062-1

Updated to version 19.22.13062

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-07 15:10:05 UTC (rev 478179)
+++ PKGBUILD2019-06-07 15:33:21 UTC (rev 478180)
@@ -3,8 +3,8 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.21.13045
-pkgrel=2
+pkgver=19.22.13062
+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;
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('9b9c179a774d3ed02cec20df1d598261acf31e6524c96360b4ad594a24a21d86')
+sha256sums=('38abf70e0c0f76c9f40f2ac5b76d3b0f1affe64e2db45fde958e1c059bd2197e')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-06-05 Thread Daniel Bermond via arch-commits
Date: Wednesday, June 5, 2019 @ 16:51:16
  Author: dbermond
Revision: 477209

upgpkg: intel-compute-runtime 19.21.13045-2

igc 1.0.7 rebuild: 
https://github.com/intel/compute-runtime/issues/161#issuecomment-499114086

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-05 16:48:49 UTC (rev 477208)
+++ PKGBUILD2019-06-05 16:51:16 UTC (rev 477209)
@@ -1,10 +1,10 @@
-# Maintainer: Daniel Bermond < gmail-com: danielbermond >
+# Maintainer: Daniel Bermond 
 # Maintainer: Bruno Pagani 
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
 pkgver=19.21.13045
-pkgrel=1
+pkgrel=2
 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;


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-05-31 Thread Bruno Pagani via arch-commits
Date: Friday, May 31, 2019 @ 14:39:43
  Author: archange
Revision: 475939

upgpkg: intel-compute-runtime 19.21.13045-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-31 14:19:29 UTC (rev 475938)
+++ PKGBUILD2019-05-31 14:39:43 UTC (rev 475939)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.20.13008
+pkgver=19.21.13045
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('1b90d0dccf15d8b78f9c09e945a4e7e1a0a0d1459bfb5053ec420cbaa150e775')
+sha256sums=('9b9c179a774d3ed02cec20df1d598261acf31e6524c96360b4ad594a24a21d86')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-05-24 Thread Bruno Pagani via arch-commits
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
===
--- PKGBUILD2019-05-24 15:30:51 UTC (rev 469640)
+++ PKGBUILD2019-05-24 15:58:38 UTC (rev 469641)
@@ -1,9 +1,10 @@
 # Maintainer: Daniel Bermond < gmail-com: danielbermond >
+# Maintainer: Bruno Pagani 
 
 _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() {