summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnihcam2018-12-15 00:21:25 +0800
committerEnihcam2018-12-15 00:21:25 +0800
commite5998ad0d2ee2301598baa1c4a15a3ba5e315a9c (patch)
treea0dc0cf5edc12ce33ff773907bc436c15e6f5e00
parent2deda5c56822a7cda5bfb733caafe12ae0d412b3 (diff)
downloadaur-e5998ad0d2ee2301598baa1c4a15a3ba5e315a9c.tar.gz
add required dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffd7266b5f12..b41a4eddd5de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = computecpp
pkgdesc = Accelerates Complex C++ Applications on Heterogeneous Compute Systems using Open Standards
pkgver = 1.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.codeplay.com/products/computesuite/computecpp
arch = x86_64
license = EULA
depends = ncurses5-compat-libs
+ depends = opencl-driver
+ depends = ocl-icd
options = !strip
source = https://computecpp.codeplay.com/downloads/computecpp-ce/1.0.3/ubuntu-16.04-64bit.tar.gz
sha256sums = 03026e37065cf7d3a86e2b1caf50cd2d6f308cf62f3592c7761df4698a84119d
diff --git a/PKGBUILD b/PKGBUILD
index de4d969f7ba5..336cf9e0f865 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Get the Ubuntu tarball from https://www.codeplay.com/products/computesuite/computecpp/download
pkgname=computecpp
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Accelerates Complex C++ Applications on Heterogeneous Compute
Systems using Open Standards"
arch=('x86_64')
@@ -13,7 +13,7 @@ url="https://www.codeplay.com/products/computesuite/computecpp"
license=('EULA')
source=("https://computecpp.codeplay.com/downloads/computecpp-ce/${pkgver}/ubuntu-16.04-64bit.tar.gz")
sha256sums=('03026e37065cf7d3a86e2b1caf50cd2d6f308cf62f3592c7761df4698a84119d')
-depends=(ncurses5-compat-libs)
+depends=(ncurses5-compat-libs opencl-driver ocl-icd)
options=(!strip)
package() {