[arch-commits] Commit in intel-compute-runtime/repos/community-x86_64 (2 files)
Daniel Bermond
dbermond at archlinux.org
Fri Dec 13 20:07:50 UTC 2019
Date: Friday, December 13, 2019 @ 20:07:49
Author: dbermond
Revision: 537578
archrelease: copy trunk to community-x86_64
Added:
intel-compute-runtime/repos/community-x86_64/PKGBUILD
(from rev 537577, intel-compute-runtime/trunk/PKGBUILD)
Deleted:
intel-compute-runtime/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 67 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 31 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-13 20:07:26 UTC (rev 537577)
+++ PKGBUILD 2019-12-13 20:07:49 UTC (rev 537578)
@@ -1,36 +0,0 @@
-# Maintainer: Daniel Bermond <dbermond at archlinux.org>
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-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"
-license=(MIT)
-depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
-makedepends=(cmake libva)
-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=('1b3c58260582f1af8934cd23837c9b27326f3968b8a21755dbf7d3feec7ebcd3')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../compute-runtime-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DNEO_DRIVER_VERSION=${pkgver}
- make
-}
-
-package() {
- make -C build DESTDIR="${pkgdir}" install
- install -D -m644 compute-runtime-${pkgver}/LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}
Copied: intel-compute-runtime/repos/community-x86_64/PKGBUILD (from rev 537577, intel-compute-runtime/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-13 20:07:49 UTC (rev 537578)
@@ -0,0 +1,31 @@
+# Maintainer: Daniel Bermond <dbermond at archlinux.org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=intel-compute-runtime
+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)
+url="https://01.org/compute-runtime"
+license=(MIT)
+depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
+makedepends=(cmake libva)
+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=('509f1741149346cdc7149a1cdc4e3cf2cdc8752db77976eac687f563f51fd320')
+
+build() {
+ cmake -B build -S compute-runtime-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DNEO_DRIVER_VERSION=${pkgver}
+ make -C build
+}
+
+package() {
+ make -C build DESTDIR="${pkgdir}" install
+ install -D -m644 compute-runtime-${pkgver}/LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}
More information about the arch-commits
mailing list