Re: [PATCH 1/2] Add (guix build-system cmake).

2013-03-28 Thread Cyril Roelandt
On 03/26/2013 11:09 PM, Ludovic Courtès wrote: Cool! Please push after fixing these. Thanks for your quick review! I've just pushed the patch. Cyril.

Re: [PATCH 1/2] Add (guix build-system cmake).

2013-03-26 Thread Ludovic Courtès
Cyril Roelandt skribis: > * guix/build/cmake-build-system.scm, guix/build-system/cmake.scm: New files. > * Makefile.am (MODULES): Add them. Overall looks good to me, nice! > +;; Standard build procedure for packages using cmake. This is implemented as > an Please spell it as “CMake”. Also, t

[PATCH 1/2] Add (guix build-system cmake).

2013-03-26 Thread Cyril Roelandt
* guix/build/cmake-build-system.scm, guix/build-system/cmake.scm: New files. * Makefile.am (MODULES): Add them. --- Makefile.am |2 + guix/build-system/cmake.scm | 123 + guix/build/cmake-build-system.scm | 65 +