biocore / conda-recipes

conda recipes for bioinformatic tools like blast+, infernal, etc.
6 stars 10 forks source link

build fails (Unifrac + seppgg) #110

Open sjanssen2 opened 7 years ago

sjanssen2 commented 7 years ago

Hi think the issue is that the check for presence of the package in the anaconda cloud exists with a status != 0 (because those new packages are not present) which then is interpreted picked up by the python calling function as an error (rather than an information) cause it to stop the program :-/

conda-recipes/ci/main.py function is_not_uploaded line 102

sjanssen2 commented 7 years ago

Hey @RNAer: looking deeper into that, I think it boils down to not being able to properly install boost program options and stuff of OSx builds for Diamond. It also uses a quite old version of Diamond. Should be update Diamond to a more recent one and hope that boost issues have been resolved?

sjanssen2 commented 7 years ago

note that also master fails!