Search Criteria
Package Details: mingw-w64-dlib 19.18-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://www.dlib.net |
Keywords: | dlib mingw-w64 |
Licenses: | |
Submitter: | pingplug |
Maintainer: | pingplug (xantares) |
Last Packager: | xantares |
Votes: | 2 |
Popularity: | 0.000027 |
First Submitted: | 2014-04-29 15:44 |
Last Updated: | 2019-09-23 05:16 |
Latest Comments
1 2 Next › Last »
xantares commented on 2019-07-23 12:27
hello, can you add me as co-maintainer ?
xantares commented on 2019-07-17 16:22
hi, could you require mingw-w64-libjpeg-turbo instead of mingw-w64-libjpeg ?
xantares commented on 2019-04-25 11:37
cool, thanks
xantares commented on 2019-04-25 09:35
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
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
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
hello,
mingw-w64-cblas is provided by mingw-w64-lapack now.
xantares commented on 2015-03-02 09:27
hi,
- sorry i flagged wrong click i wanted the tarball, a cmake file is unused
pingplug commented on 2014-09-08 16:12
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
xantares commented on 2014-09-08 07:46
is there no make "install rule" ?
xan.