Closed crbates closed 10 years ago
I have no idea why this is failing linux builds http://submit-1.batlab.org/nmi/results/details?runID=236016
ok I'm not sure if this was a change in conda or on batlab but installing patchelf on linux with conda fixed the problem. http://submit-1.batlab.org/nmi/results/details?runID=236038
Oh neat! I have never heard of patchelf before. Those Nix folks know what they are doing though...
Me either, it looks like it's just the linux equivalent of install_name_tool. I've never seen linux shared object libraries be picky like mac .dylibs but I guess it's better to be overly cautious.
This adds support for conda (though it's decided to break on linux for some reason).