From d24e77ce554143a655ec6ebd57ddf075e7e0480f Mon Sep 17 00:00:00 2001 From: Domenico Panella Date: Sat, 11 Jul 2020 11:06:02 +0200 Subject: [PATCH 1/3] 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" From e75e88a2d7a13a7873b080367e56bd6a6931ac43 Mon Sep 17 00:00:00 2001 From: Domenico Panella Date: Sun, 12 Jul 2020 08:59:47 +0200 Subject: [PATCH 2/3] Rinominato python-dlib in python3-dlib --- srcpkgs/python3-dlib/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-dlib/template diff --git a/srcpkgs/python3-dlib/template b/srcpkgs/python3-dlib/template new file mode 100644 index 00000000000..23ee10cd9a3 --- /dev/null +++ b/srcpkgs/python3-dlib/template @@ -0,0 +1,19 @@ +# Template file for 'python3-dlib' +pkgname=python3-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" From bf4bf8800706be29804ef6fa18993e43ed6715d1 Mon Sep 17 00:00:00 2001 From: Domenico Panella Date: Sun, 12 Jul 2020 09:01:39 +0200 Subject: [PATCH 3/3] Eliminato python-dlib --- srcpkgs/python-dlib/template | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 srcpkgs/python-dlib/template diff --git a/srcpkgs/python-dlib/template b/srcpkgs/python-dlib/template deleted file mode 100644 index 3ecb5d10d66..00000000000 --- a/srcpkgs/python-dlib/template +++ /dev/null @@ -1,19 +0,0 @@ -# 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"