kylelutz / chemkit

A C++ library for molecular modelling, cheminformatics and molecular visualization.
http://www.chemkit.org
BSD 3-Clause "New" or "Revised" License
54 stars 26 forks source link

Port chemkit-convert and chemkit-grep to boost::program_options #6

Closed kylelutz closed 12 years ago

kylelutz commented 13 years ago

Currently the console applications chemkit-convert and chemkit-grep are not built on Windows due to the lack of the getopt library. Porting these two applications from getopt to boost::program_options would allow them to be more portable.

kylelutz commented 12 years ago

Fixed by: 3914681e5b2d71d1edc6d7833a4f5f9083f50b25 and 0f25b66547af9244f187f503cf63d85b12dc913f.