summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrien10182020-02-19 17:10:27 +0800
committeradrien10182020-02-19 17:10:27 +0800
commit34dbab1b30324036299fba240997b6a6a87583d4 (patch)
tree31ac55989ae440d591e02ad565fcca0bed6ffa91
parent7db58a6b7151e31291f6bd24fb3b304308985a66 (diff)
downloadaur-34dbab1b30324036299fba240997b6a6a87583d4.tar.gz
Fix PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4991ecf63292..429ddc065937 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)
+makedepends=(eigen cmake python-wheel python-setuptools)
arch=('x86_64')
source=("https://github.com/Xtra-Computing/${_pkgbase}/archive/v${pkgver}.tar.gz")
sha256sums=('c8b4f7ece312a51ab72ef72e550f7ca3973f5328bc128df64158fe6e3b3b8c0e')