Package Details: mingw-w64-dlib 19.24.4-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-dlib.git (read-only, click to copy)
Package Base: mingw-w64-dlib
Description: A general purpose cross-platform C++ library designed using contract programming and modern C++ techniques (mingw-w64)
Upstream URL: http://dlib.net
Keywords: dlib mingw-w64
Licenses: custom
Submitter: pingplug
Maintainer: pingplug (xantares)
Last Packager: xantares
Votes: 2
Popularity: 0.000000
First Submitted: 2014-04-29 15:44 (UTC)
Last Updated: 2024-03-31 20:02 (UTC)

Latest Comments

1 2 Next › Last »

xantares commented on 2019-07-23 12:27 (UTC)

hello, can you add me as co-maintainer ?

xantares commented on 2019-07-17 16:22 (UTC)

hi, could you require mingw-w64-libjpeg-turbo instead of mingw-w64-libjpeg ?

xantares commented on 2019-04-25 11:37 (UTC)

cool, thanks

xantares commented on 2019-04-25 09:35 (UTC)

also, it requires mingw-w64-cblas:

lobal_function_search.cpp:(.text+0x60b6): undefined reference to `cblas_dgemm'

seems giflib and sqlite are not enabled, thus not needed

xantares commented on 2019-04-25 04:18 (UTC) (edited on 2019-04-25 04:24 (UTC) by xantares)

Hello, can you also add the optdepends to makedepends ? Else it rebuilds these dependencies as bundled, at least for zlib, libpng and libjpeg:

[ 40%] Building C object dlib/CMakeFiles/dlib.dir/external/libpng/arm/arm_init.c.obj

[ 58%] Building C object dlib/CMakeFiles/dlib.dir/external/zlib/gzwrite.c.obj

[ 65%] Building CXX object dlib/CMakeFiles/dlib.dir/external/libjpeg/jcomapi.cpp.obj

xantares commented on 2019-04-24 14:06 (UTC) (edited on 2019-04-24 14:07 (UTC) by xantares)

Hello pingplug,

Enabling avx overrides sse2 or sse4, so these options are ignored.

I think its best to leave them disabled, distributing that dll for an older pc (not all cpus have avx, even nowadays (mine hasnt :{ )) will result in an invalid instruction crash.

xan.

xantares commented on 2015-11-18 17:45 (UTC)

hello, mingw-w64-cblas is provided by mingw-w64-lapack now.

xantares commented on 2015-03-02 09:27 (UTC)

hi, - sorry i flagged wrong click i wanted the tarball, a cmake file is unused

pingplug commented on 2014-09-08 16:12 (UTC)

there is no rule to install dlib is different from other libraries as it has lots of macros to check errors. it is not recommend to build the library, especially with debug flags. forgave my poor english :-) pingplug