heroku-buildpack-vips icon indicating copy to clipboard operation
heroku-buildpack-vips copied to clipboard

libtiff conflicts with opencv's one

Open automata opened this issue 9 years ago • 1 comments

We had some conflicts with libtiff while using a opencv buildpack together with vips buildpack. A description of it can be found here.

We forked your buildpack and removed all libtiff.so* files from the bundle, letting the compiler use system defaults.

I don't know if our fork is actually helpful for general use cases of this buildpack, so I'm just documenting it here. If you find it is the case to PR, just let me know. Thanks!

automata avatar Mar 30 '15 13:03 automata

Hi @automata, I've read your note about he libtiff issue, you say it has version 5.0 (but afaik bundled version is the 4.0.3) right?

Also, have you checked if there's a flag to tell make to not append version to symbols?

alex88 avatar Mar 31 '15 07:03 alex88