summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2018-11-28 11:31:33 +0000
committerAndrew Anderson2018-11-28 11:31:33 +0000
commitcc626c93920788774e3d8d47c9c458311ab2bb40 (patch)
tree78a1d12358120e4f48359bf982d25c655d8b63f9 /PKGBUILD
parent0bfa93d7a7f46fcdec9c34b377b0f68ab398c1e6 (diff)
downloadaur-cc626c93920788774e3d8d47c9c458311ab2bb40.tar.gz
Install opencl runtime objects
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73c1a1901518..3cf38ac8aecb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=aarch64-linux-gnu-armcl-neon
pkgver=18.08
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="ARM Computer Vision and Machine Learning Library (arm64-v8a NEON Backend)"
@@ -51,6 +51,6 @@ package() {
mkdir -p ${pkgdir}/usr/aarch64-linux-gnu/include/arm_compute/
cp -r arm_compute/* ${pkgdir}/usr/aarch64-linux-gnu/include/arm_compute/
- cp -r support ${pkgdir}/usr/include/arm_compute/
- cp -r include/* ${pkgdir}/usr/include/arm_compute/
+ cp -r support ${pkgdir}/usr/aarch64-linux-gnu/include/arm_compute/
+ cp -r include/* ${pkgdir}/usr/aarch64-linux-gnu/include/arm_compute/
}