summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
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
+