From d24e77ce554143a655ec6ebd57ddf075e7e0480f Mon Sep 17 00:00:00 2001 From: Domenico Panella Date: Sat, 11 Jul 2020 11:06:02 +0200 Subject: [PATCH] New package : python-dlib-19.20.0 --- srcpkgs/python-dlib/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python-dlib/template diff --git a/srcpkgs/python-dlib/template b/srcpkgs/python-dlib/template new file mode 100644 index 00000000000..3ecb5d10d66 --- /dev/null +++ b/srcpkgs/python-dlib/template @@ -0,0 +1,19 @@ +# Template file for 'python-dlib' +pkgname=python-dlib +version=19.20.0 +revision=1 +wrksrc=dlib-${version} +build_style=python3-module +hostmakedepends="cmake python3-setuptools" +makedepends="python3-devel + $(vopt_if openblas openblas-devel) + $(vopt_if x11 libX11-devel)" +short_desc="C++ toolkit containing machine learning algorithms and tools" +maintainer="Domenico Panella " +license="BSL-1.0" +homepage="https://pypi.org/project/dlib/" +distfiles="${PYPI_SITE}/d/dlib/dlib-${version}.tar.gz" +checksum=a3f5070df590c3f510dde2f4c84b1b20e3ef64a02932ed657da490834ecac7e4 +build_options="openblas x11" +desc_option_openblas="Enable OpenBlas for performance" +build_options_default="openblas x11"