summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrien10182020-02-19 17:20:50 +0800
committeradrien10182020-02-19 17:20:50 +0800
commitbf0bffd51c1de0d7ac55790039453c984a1b0c99 (patch)
treed4308ea67a00d0f7b15f7f8bcbf8eb7af407a10e
parentb2d0f34b61f4dc02bb8f5737eee1f45f7a9cef09 (diff)
downloadaur-bf0bffd51c1de0d7ac55790039453c984a1b0c99.tar.gz
Fix PKGBUILD
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d82c113b2ecf..22904f5aaedd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = thundersvm-cpu
makedepends = cmake
makedepends = python-wheel
makedepends = python-setuptools
+ makedepends = chrpath
source = https://github.com/Xtra-Computing/thundersvm/archive/v0.3.4.tar.gz
sha256sums = c8b4f7ece312a51ab72ef72e550f7ca3973f5328bc128df64158fe6e3b3b8c0e
diff --git a/PKGBUILD b/PKGBUILD
index 429ddc065937..f2c7bc74acad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="A Fast SVM Library on GPUs and CPUs"
url="https://github.com/Xtra-Computing/thundersvm"
license=('APL')
-makedepends=(eigen cmake python-wheel python-setuptools)
+makedepends=(eigen cmake python-wheel python-setuptools chrpath)
arch=('x86_64')
source=("https://github.com/Xtra-Computing/${_pkgbase}/archive/v${pkgver}.tar.gz")
sha256sums=('c8b4f7ece312a51ab72ef72e550f7ca3973f5328bc128df64158fe6e3b3b8c0e')