MXNet pip statically links with libturbojpeg that's built from source, not from 
debian package. The script for linux and mac can be found here: 
https://github.com/apache/incubator-mxnet/blob/master/tools/dependencies/libturbojpeg.sh#L22

-sz

On 2019/02/12 07:46:30, Per da Silva <perdasi...@gmail.com> wrote: 
> Hello everyone,
> 
> I was wondering if there was any particular reason why we are building and
> testing mxnet with USE_LIBJPEG_TURBO=0. I noticed that we are shipping it
> with USE_LIBJPEG_TURBO=1 (eg. make/pip/pip_linux_cpu.mk).
> 
> I ran into issues trying to compile mxnet with the libjpegturbo flag on
> Ubuntu 16.04 (I was wondering if this was the reason). This came from an
> issue with libturbojpeg-dev package. There is a fix described on [1]. I've
> applied it in a PR, which I'm currently testing [2].
> 
> Cheers,
> 
> Per
> 
> [1] https://github.com/HaxeFoundation/hashlink/issues/147
> [2] https://github.com/apache/incubator-mxnet/pull/14127
> 

Reply via email to