all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30009] [PATCH 0/1] gnu: Add selene.
@ 2018-01-06 18:02 Fis Trivial
  2018-01-06 18:04 ` [bug#30009] [PATCH 1/1] " Fis Trivial
  0 siblings, 1 reply; 6+ messages in thread
From: Fis Trivial @ 2018-01-06 18:02 UTC (permalink / raw)
  To: 30009


Hi Guix,

This patch adds Selene, a C++11 binding for Lua.

There are a few things I'm not certain that I did right. So I decided to
add some notes here then somebody else will be able to correct me.
   1. This is a header only library, so in the install phase I just copy
      everything to the output directory explicitly.
   2. There is one test executable calling multiple test files. The path
      of those test files are hard coded. In order to overcome this, I
      modified the check phase to use *copy* and *chdir*. The code looks
      more bash than scheme.
   3. The source version is from the master branch due to the last release
      is quite dated. Besides, the author is seeking for maintainer now. I
      packaged it so that it can serve as dependency for other packages who
      need c++ binding.

fis (1):
  gnu: Add selene.

 gnu/packages/lua.scm | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 62 insertions(+)

--
2.13.6

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

end of thread, other threads:[~2018-01-11 20:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-06 18:02 [bug#30009] [PATCH 0/1] gnu: Add selene Fis Trivial
2018-01-06 18:04 ` [bug#30009] [PATCH 1/1] " Fis Trivial
2018-01-08  8:58   ` Ludovic Courtès
2018-01-08 13:13     ` Fis Trivial
2018-01-08 17:19     ` [bug#30009] [PATCH] " Fis Trivial
2018-01-11 20:47       ` bug#30009: " Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.