Hello! The first patch adds a cmake build system. The second one is not ready to be pushed, but it can be used to test the first one.
Regards, Cyril. --- Cyril Roelandt (2): Add (guix build-system cmake). gnu: Add libopenjpeg. Makefile.am | 3 + gnu/packages/libopenjpeg.scm | 56 +++++++++++++++++ guix/build-system/cmake.scm | 123 +++++++++++++++++++++++++++++++++++++ guix/build/cmake-build-system.scm | 65 ++++++++++++++++++++ 4 files changed, 247 insertions(+) create mode 100644 gnu/packages/libopenjpeg.scm create mode 100644 guix/build-system/cmake.scm create mode 100644 guix/build/cmake-build-system.scm -- 1.7.10.4
