menpo / conda-dlib

Conda recipe for the dlib pacakge
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

dlib 19.0 #11

Closed svenadlung closed 7 years ago

svenadlung commented 8 years ago

Howdy! Is there any plan on updating to the new dlib v19.0? It has some major improvements and manual compiling for me always fails on my Mac since there are some conflicts with the X11 libraries. The conda recipe helped me out before and it would be great if you would find any chance to update :) Thanks in advance.

patricksnape commented 8 years ago

There are no improvements to the Python API in 19.0. There are a bunch of improvements with respect to the new 'deep learning' API, but I am extremely unlikely to build those as I doubt I can get CUDA etc working on Travis et al.

Having said that - I've been working on getting it working over on conda-forge where we were having issues with the latest version of CMake and now linking errors on Python 3.4.

I also don't compile with the GUI due to the lack of a reasonable X11 version being shipped on OSX for example.