psathyrella / partis

B- and T-cell receptor sequence annotation, simulation, clonal family and germline inference, and affinity prediction
GNU General Public License v3.0
55 stars 34 forks source link

remove boost dependency #191

Closed psathyrella closed 7 years ago

psathyrella commented 8 years ago

as seen here https://github.com/jbeder/yaml-cpp/pull/342

matsen commented 8 years ago

Let me know when this is done so I can remove boost from our Docker image, please!

psathyrella commented 8 years ago

yeah, don't worry, I'll remove boost from the docker file as well.

I actually tried to do this a month or two ago, but they've rearranged the yaml-cpp code base, so I couldn't just drop in the new version, and it was going to take longer than the time I had budgeted at the time.

psathyrella commented 7 years ago

this will also be nice because compiling on 16.04 starts throwing deprecation warnings for all the smart pointer stuff in yaml-cpp