summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorAdam Gradzki2017-11-17 08:12:37 -0600
committerAdam Gradzki2017-11-17 08:12:37 -0600
commitcc8ed23b3c126b8d356a1623abad0cc56a82746d (patch)
tree9af4fe53fdec2d3ea0b56599eab089d628388cef /.SRCINFO
downloadaur-cc8ed23b3c126b8d356a1623abad0cc56a82746d.tar.gz
init
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO26
1 files changed, 26 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..18e4170bed03
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,26 @@
+pkgbase = python-dlib-cuda
+ pkgdesc = Dlib is a general purpose cross-platform C++ library designed using contract programming and modern C++ techniques.
+ pkgver = 19.7
+ pkgrel = 1
+ url = http://www.dlib.net/
+ arch = any
+ license = Boost Software License
+ makedepends = cmake
+ makedepends = boost,
+ makedepends = cuda,
+ makedepends = gcc-6,
+ makedepends = python,
+ makedepends = python2
+ optdepends = cblas: for BLAS support
+ optdepends = lapack: for LAPACK support
+ optdepends = libjpeg-turbo: for JPEG support
+ optdepends = libpng: for PNG support
+ optdepends = sqlite: for sqlite support
+ source = http://dlib.net/files/dlib-19.7.tar.bz2
+
+pkgname = python-dlib-cuda
+ depends = python
+
+pkgname = python2-dlib-cuda
+ depends = python2
+