summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
-rw-r--r--foldingathome-nvidia.service1
3 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 770749ee33ef..889a317968b6 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 = 8
+ pkgrel = 9
url = https://foldingathome.org/
install = foldingathome.install
arch = x86_64
@@ -9,11 +9,10 @@ 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)
- optdepends = opencl-mesa: for folding with an AMD GPU (< GCN)
- optdepends = opencl-nvidia: for folding with an NVIDIA GPU
+ optdepends = opencl-driver: for folding with any GPU
backup = etc/foldingathome/config.xml
source = https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.6/fahclient_7.6.9-64bit-release.tar.bz2
source = foldingathome.service
@@ -21,7 +20,7 @@ pkgbase = foldingathome
source = foldingathome-user.service
sha256sums = b580a8076f3147bacb9d1599e1b1765956a8e37b8a79bd961ffe2e3adc7df110
sha256sums = c2494427610fb714de4e029bd9183d11dbc7161cf193403dc462caeea1452294
- sha256sums = bc974d81f2eaf05bdd63ed4e449282dc9257536ab42b7eeae41853ae8521d6fc
+ sha256sums = f0eec0c8f6a278f53a5537446c996b7d97431706d54f0a7e1adce53478b39e70
sha256sums = 41997239dc363570e2ca5bec0eca8c7d88aada6ace0bb5793bf3ec6d101f40bb
pkgname = foldingathome
diff --git a/PKGBUILD b/PKGBUILD
index 6738c5a4855f..94b71fcd20b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=foldingathome
pkgver=7.6.9
-pkgrel=8
+pkgrel=9
pkgdesc='A distributed computing project for simulating protein dynamics'
arch=(x86_64)
url=https://foldingathome.org/
@@ -16,11 +16,10 @@ 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)'
- 'opencl-mesa: for folding with an AMD GPU (< GCN)'
- 'opencl-nvidia: for folding with an NVIDIA GPU'
+ 'opencl-driver: for folding with any GPU'
)
backup=(etc/foldingathome/config.xml)
install=foldingathome.install
@@ -32,7 +31,7 @@ source=(
)
sha256sums=('b580a8076f3147bacb9d1599e1b1765956a8e37b8a79bd961ffe2e3adc7df110'
'c2494427610fb714de4e029bd9183d11dbc7161cf193403dc462caeea1452294'
- 'bc974d81f2eaf05bdd63ed4e449282dc9257536ab42b7eeae41853ae8521d6fc'
+ 'f0eec0c8f6a278f53a5537446c996b7d97431706d54f0a7e1adce53478b39e70'
'41997239dc363570e2ca5bec0eca8c7d88aada6ace0bb5793bf3ec6d101f40bb')
package() {
diff --git a/foldingathome-nvidia.service b/foldingathome-nvidia.service
index be82b1418d9f..7f7e5a5745d1 100644
--- a/foldingathome-nvidia.service
+++ b/foldingathome-nvidia.service
@@ -6,6 +6,7 @@ After=multi-user.target
Type=oneshot
ExecStart=/usr/bin/nvidia-modprobe
ExecStart=/usr/bin/nvidia-modprobe -c 0 -u
+ExecStart=/usr/bin/clinfo
[Install]
WantedBy=multi-user.target