Open sjanssen2 opened 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?
note that also master fails!
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
functionis_not_uploaded
line 102