broadinstitute / oncotator

Other
67 stars 33 forks source link

Issue 286 - Fix "Undefined symbol: compress" on Travis CI #287

Closed scottfrazer closed 9 years ago

scottfrazer commented 9 years ago

This is a bit of a blunt force solution to the issue... setting LDFLAGS like this will apply it to all GCC commands. However, it seems to be okay when I ran it on Travis.

A more surgical approach would be to apply these LDFLAGS only to ngslib, but this works.

The issue is that for some reason gcc is deciding not to link to libz even though the setup.py file for ngslib says -lz. Adding these LDFLAGS forces GCC to link to libz.

coveralls commented 9 years ago

Coverage Status

Changes Unknown when pulling 589d2bcdd4aaf639ae14b5cc2aa66d88671ae1f3 on issue-286 into \ on issue-210-bigwig-support**.