From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: [PATCH 0/2] Add a cmake build system. Date: Tue, 26 Mar 2013 22:27:21 +0100 Message-ID: <1364333243-27199-1-git-send-email-tipecaml@gmail.com> Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKbb4-0004Qi-1Y for bug-guix@gnu.org; Tue, 26 Mar 2013 17:39:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKbb3-0002I9-1h for bug-guix@gnu.org; Tue, 26 Mar 2013 17:39:57 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:49439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKbb2-0002I2-RZ for bug-guix@gnu.org; Tue, 26 Mar 2013 17:39:56 -0400 Received: by mail-wi0-f170.google.com with SMTP id hm11so1665409wib.1 for ; Tue, 26 Mar 2013 14:39:55 -0700 (PDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: bug-guix@gnu.org 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