summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorLev Velykoivanenko2018-04-30 14:40:27 +0200
committerLev Velykoivanenko2018-04-30 14:40:27 +0200
commit5a9568d812f688fd8e4b42f25f45daa757176288 (patch)
treefb902a95a41a52357c1d70e9756cbb8dcc2814e7 /.SRCINFO
parentfa97e11be9f50ac6e1e5c05c75d3bc35deee4772 (diff)
downloadaur-5a9568d812f688fd8e4b42f25f45daa757176288.tar.gz
Fix dependency issues.
Fix license issues. Remove redundant build command code.
Diffstat (limited to '.SRCINFO')
-rwxr-xr-x.SRCINFO18
1 files changed, 15 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00c733a254fe..c35862e6592c 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,25 +3,37 @@ pkgbase = python-dlib-cuda
pkgver = 19.10
pkgrel = 1
url = http://www.dlib.net/
- arch = any
- license = Boost Software License
+ arch = x86_64
+ license = Boost
makedepends = cmake
- makedepends = boost
makedepends = cuda
+ makedepends = cudnn
makedepends = gcc6
+ makedepends = libx11
makedepends = python
makedepends = python2
+ depends = cuda
+ depends = cudnn
+ depends = libx11
optdepends = cblas: for BLAS support
+ optdepends = giflib: for GIF support
optdepends = lapack: for LAPACK support
optdepends = libjpeg-turbo: for JPEG support
optdepends = libpng: for PNG support
+ optdepends = neon: for neon support
optdepends = sqlite: for sqlite support
source = http://dlib.net/files/dlib-19.10.tar.bz2
md5sums = 800e83d66fddc5a4387eba6b69374388
pkgname = python-dlib-cuda
depends = python
+ depends = cuda
+ depends = cudnn
+ depends = libx11
pkgname = python2-dlib-cuda
depends = python2
+ depends = cuda
+ depends = cudnn
+ depends = libx11