unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 0/2] Add a cmake build system.
@ 2013-03-26 21:27 Cyril Roelandt
  2013-03-26 21:27 ` [PATCH 1/2] Add (guix build-system cmake) Cyril Roelandt
  2013-03-26 21:27 ` [PATCH 2/2] gnu: Add libopenjpeg Cyril Roelandt
  0 siblings, 2 replies; 11+ messages in thread
From: Cyril Roelandt @ 2013-03-26 21:27 UTC (permalink / raw)
  To: bug-guix

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-03-28 20:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-26 21:27 [PATCH 0/2] Add a cmake build system Cyril Roelandt
2013-03-26 21:27 ` [PATCH 1/2] Add (guix build-system cmake) Cyril Roelandt
2013-03-26 22:09   ` Ludovic Courtès
2013-03-28 20:16     ` Cyril Roelandt
2013-03-26 21:27 ` [PATCH 2/2] gnu: Add libopenjpeg Cyril Roelandt
2013-03-26 22:11   ` Ludovic Courtès
2013-03-26 22:40   ` Nikita Karetnikov
2013-03-27  8:44     ` Andreas Enge
2013-03-28 20:34     ` Cyril Roelandt
2013-03-27  8:47   ` Andreas Enge
2013-03-28 20:33     ` Cyril Roelandt

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).