pyne / pyne-ci

Continuous Integration scripts for PyNE core using Batlab
Other
1 stars 5 forks source link

Add support for conda build #8

Closed crbates closed 10 years ago

crbates commented 10 years ago

This adds support for conda (though it's decided to break on linux for some reason).

crbates commented 10 years ago

I have no idea why this is failing linux builds http://submit-1.batlab.org/nmi/results/details?runID=236016

crbates commented 10 years ago

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

scopatz commented 10 years ago

Oh neat! I have never heard of patchelf before. Those Nix folks know what they are doing though...

crbates commented 10 years ago

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.