Hello All,

I have written a tool that I didn't know if people in the CMake community
might be interested in, called CGet that will retrieve and install packages
with CMake:

https://github.com/pfultz2/cget

This will download a package and run the CMake build and install on the
package. It can even download the dependencies if they are listed in a
requirements.txt.

Also, it doesn't require changes to the CMake to integrate with CGet. So it
can already install lots of packages already. For example, the ZLib library
can be installed directly like this:

cget install http://zlib.net/zlib-1.2.8.tar.gz

Tests for a CMake package can be ran as well:

cget install --test http://zlib.net/zlib-1.2.8.tar.gz

In the future, I am planning to support the idea of "channels". A channel is a
list of CMake packages but provides additional metadata about the package such
as version number, or checksums. This will allow better versioning constraints
when using packages.

Any feedback or comments about this would be great.

Thanks,
Paul
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to