NLeSC / root-conda-recipes

Conda recipes for building ROOT 5 and ROOT 6 binaries, root_numpy, rootpy, root_pandas, with both Python 2 and Python 3 support.
29 stars 18 forks source link

Linux Travis runs failing #39

Closed egpbos closed 5 years ago

egpbos commented 6 years ago

See e.g.: https://travis-ci.org/NLeSC/root-conda-recipes/jobs/376744663

There is some problem with libpng.

Incidentally, I'm also seeing a similar problem on my Mac (High Sierra)...

egpbos commented 6 years ago

The Python 3.6 build does still work, which indicates that it may be an issue of incompatible builds due to different compilers used for the Python (and possibly other) binaries and the libpng ones. Possible solution: fix version of libpng in meta.yaml to an older one that still works.