From db20bc56f840e88b2bef7c6002d3a87e97145631 Mon Sep 17 00:00:00 2001 From: Felix Hanley Date: Tue, 22 Oct 2019 09:01:36 +1100 Subject: [PATCH] New package: dlib-19.18 --- srcpkgs/dlib/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/dlib/template diff --git a/srcpkgs/dlib/template b/srcpkgs/dlib/template new file mode 100644 index 00000000000..426f9ad61cc --- /dev/null +++ b/srcpkgs/dlib/template @@ -0,0 +1,17 @@ +# Template file for 'dlib' +pkgname=dlib +version=19.18 +revision=1 +build_style=cmake +configure_args=Release +makedepends="$(vopt_if openblas openblas-devel) $(vopt_if x11 libX11-devel)" +short_desc="Modern C++ toolkit containing machine learning algorithms and tools" +maintainer="Felix Hanley " +license="BSL-1.0" +homepage="http://dlib.net" +distfiles="https://github.com/davisking/${pkgname}/archive/v${version}.tar.gz" +checksum=e9a8540ad0ff84eda92dea7127cd7d078457caf7ced64400c25c9a0b8c96e242 +build_options="openblas x11" +desc_option_openblas="Enable OpenBlas for performance" +desc_option_x11="Enable X11 for GUI components" +build_options_default="openblas x11"