summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a270746cd600..cff4d5be268b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = foldingathome
pkgdesc = A distributed computing project for simulating protein dynamics
pkgver = 7.6.9
- pkgrel = 5
+ pkgrel = 6
url = https://foldingathome.org/
install = foldingathome.install
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = foldingathome
depends = gcc-libs
depends = glibc
depends = zlib
+ optdepends = clinfo: for folding with an NVIDIA GPU
optdepends = cuda: for folding with an NVIDIA GPU
optdepends = ocl-icd: for folding with any GPU
optdepends = opencl-amd: for folding with an AMD GPU (>= GCN)
diff --git a/PKGBUILD b/PKGBUILD
index e2aeebb21e84..bb171bf0cce4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=foldingathome
pkgver=7.6.9
-pkgrel=5
+pkgrel=6
pkgdesc='A distributed computing project for simulating protein dynamics'
arch=(x86_64)
url=https://foldingathome.org/
@@ -16,6 +16,7 @@ depends=(
zlib
)
optdepends=(
+ 'clinfo: for folding with an NVIDIA GPU'
'cuda: for folding with an NVIDIA GPU'
'ocl-icd: for folding with any GPU'
'opencl-amd: for folding with an AMD GPU (>= GCN)'