Re: [Avogadro-devel] Plugin Repositories & Archives

2016-11-17 Thread Marcus D. Hanwell
Stuck on a plane most of the day traveling back from a conference, but like Dave said CMake just reuses several libraries and adds a little API on top. Very limited access to Internet, but I would rather not make CMake a runtime dependency. If we need to add a new dependency let's keep it as

Re: [Avogadro-devel] Plugin Repositories & Archives

2016-11-17 Thread Geoffrey Hutchison
> CMake just internally includes libarchive, zlib, and libbzip2 here: > https://github.com/Kitware/CMake/tree/master/Utilities > OK. In short, my worries about including libarchive are unfounded. (Sorry, the last time I worked on

Re: [Avogadro-devel] Plugin Repositories & Archives

2016-11-17 Thread David Lonie
CMake just internally includes libarchive, zlib, and libbzip2 here: https://github.com/Kitware/CMake/tree/master/Utilities and makes API calls into them as needed. Nothing fancy :) Dave On Thu, Nov 17, 2016 at 9:48 AM, Geoffrey Hutchison < geoff.hutchi...@gmail.com> wrote: > > The problem,