summaryrefslogtreecommitdiffstats
path: root/libraries/dlib/README
diff options
context:
space:
mode:
author Andre Barboza2017-01-11 18:46:29 +0100
committer Willy Sudiarto Raharjo2017-01-11 18:46:29 +0100
commitb8420013a4b1d1397738e9502f284224d85b5589 (patch)
tree1dc0f41e508765f625b61ef6e72c5a82c364a102 /libraries/dlib/README
parent72761b9af45645f39d16d43c4800135d9153dbce (diff)
downloadslackbuilds-b8420013a4b1d1397738e9502f284224d85b5589.tar.gz
libraries/dlib: Added (machine learning and data analysis toolkit).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/dlib/README')
-rw-r--r--libraries/dlib/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/dlib/README b/libraries/dlib/README
new file mode 100644
index 0000000000..6ccb0e49bd
--- /dev/null
+++ b/libraries/dlib/README
@@ -0,0 +1,12 @@
+Dlib is a modern C++ toolkit containing machine learning algorithms and
+tools for creating complex software in C++ to solve real world
+problems. It is used in both industry and academia in a wide range of
+domains including robotics, embedded devices, mobile phones, and large
+high performance computing environments. Dlib's open source licensing
+allows you to use it in any application, free of charge.
+
+Auto detected optional dependencies:
+- Blas: An implementation of Blas such as blas and atlas
+- Lapack: An implementation of Lapack such as lapack and lapack-atlas
+- cblas
+- cudatoolkit