SHA256
1
0
forked from pool/dlib

9 Commits

Author SHA256 Message Date
87938040c5 Accepting request 1205188 from science:machinelearning
OBS-URL: https://build.opensuse.org/request/show/1205188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dlib?expand=0&rev=5
2024-10-02 19:34:36 +00:00
4c4471c2d7 - add more Requires to -devel (now listing all from
/usr/lib64/pkgconfig/dlib-1.pc)

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/dlib?expand=0&rev=9
2024-10-02 11:22:31 +00:00
451739f2e5 Accepting request 1194913 from science:machinelearning
OBS-URL: https://build.opensuse.org/request/show/1194913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dlib?expand=0&rev=4
2024-08-21 21:25:20 +00:00
61f9f4d7dc Update to version 19.24.6.
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/dlib?expand=0&rev=7
2024-08-20 13:01:49 +00:00
0b8ad37602 Accepting request 1191728 from science:machinelearning
OBS-URL: https://build.opensuse.org/request/show/1191728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dlib?expand=0&rev=3
2024-08-06 07:07:56 +00:00
19a1727e6e Accepting request 1169604 from science:machinelearning
OBS-URL: https://build.opensuse.org/request/show/1169604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dlib?expand=0&rev=2
2024-04-23 16:55:37 +00:00
372bc05f2c Accepting request 1169495 from home:badshah400:branches:science:machinelearning
* Consistently set USE_AVX_INSTRUCTIONS to ON for x86_64 archs and to OFF for others for reproducibility (boo#1223168).
* Switch to older python_build, python_install macros since the pyproject_* macros do not allow a way to send the necessary options to cmake (using `python setup --no USE_FOO`).

OBS-URL: https://build.opensuse.org/request/show/1169495
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/dlib?expand=0&rev=3
2024-04-22 06:51:13 +00:00
4da93c6a52 Accepting request 1169003 from science:machinelearning
A toolkit for machine learning and data analysis application development

OBS-URL: https://build.opensuse.org/request/show/1169003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dlib?expand=0&rev=1
2024-04-19 17:14:58 +00:00
2e898b0722 Accepting request 1168941 from home:badshah400:howdy
dlib is a toolkit for building real world machine learning and data analysis applications.

OBS-URL: https://build.opensuse.org/request/show/1168941
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/dlib?expand=0&rev=1
2024-04-19 06:10:00 +00:00
5 changed files with 26 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d881911d68972d11563bb9db692b8fcea0ac1b3fd2e3f03fa0b94fde6c739e43
size 18906772

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01cab8fb880cf4d1cb9c84cb74c6ce291a78c69f443dced5aa2a88fb20bdc3bd
size 18926617

3
dlib-19.24.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22513c353ec9c153300c394050c96ca9d088e02966ac0f639e989e50318c82d6
size 18927196

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Oct 2 07:55:07 UTC 2024 - Jiri Slaby <jslaby@suse.cz>
- add more Requires to -devel (now listing all from
/usr/lib64/pkgconfig/dlib-1.pc)
-------------------------------------------------------------------
Fri Aug 16 14:25:40 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 19.24.6:
* Add ffmpeg 7 support.
-------------------------------------------------------------------
Fri Aug 2 07:17:06 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -19,7 +19,7 @@
%define shlib libdlib%( echo %{version} | tr '.' '_' )
%define python_subpackage_only 1
Name: dlib
Version: 19.24.5
Version: 19.24.6
Release: 0
Summary: Toolkit for making machine learning and data analysis applications
License: BSL-1.0
@@ -62,11 +62,21 @@ analysis library.
%package -n dlib-devel
Summary: Headers and sources for developing apps with dlib
Requires: %{shlib} = %{version}
Requires: giflib-devel
Requires: pkgconfig(blas)
Requires: pkgconfig(cblas)
Requires: pkgconfig(fftw3)
Requires: pkgconfig(lapack)
Requires: pkgconfig(libavcodec)
Requires: pkgconfig(libavdevice)
Requires: pkgconfig(libavfilter)
Requires: pkgconfig(libavformat)
Requires: pkgconfig(libavutil)
Requires: pkgconfig(libjpeg)
Requires: pkgconfig(libjxl)
Requires: pkgconfig(libpng16)
Requires: pkgconfig(libswresample)
Requires: pkgconfig(libswscale)
Requires: pkgconfig(libwebp)
%description -n dlib-devel