all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52406] [PATCH] gnu: Add cl-geco.
@ 2021-12-10  6:10 Foo Chuan Wei
  2021-12-11  9:52 ` Guillaume Le Vaillant
  0 siblings, 1 reply; 3+ messages in thread
From: Foo Chuan Wei @ 2021-12-10  6:10 UTC (permalink / raw)
  To: 52406

* gnu/packages/lisp-xyz.scm (cl-geco, ecl-geco, sbcl-geco): New
  variables.
---
 gnu/packages/lisp-xyz.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 635f8e48cb..8e5312608b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -19757,6 +19757,37 @@ Vernacular builds on Overlord and is inspired by Racket.")
 (define-public cl-vernacular
   (sbcl-package->cl-source-package sbcl-vernacular))
 
+(define-public sbcl-geco
+  (let ((commit "db13c9384491092975f46f6a837ccdc04681a93a")
+        (revision "1"))
+    (package
+      (name "sbcl-geco")
+      (version (git-version "2.1.2" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/gpwwjr/GECO")
+               (commit commit)))
+         (file-name (git-file-name "cl-geco" version))
+         (sha256
+          (base32 "1ncaf9ab7jz59zmga0p97blsjjb1m6db0qih57wipfhqdb5ylz17"))))
+      (build-system asdf-build-system/sbcl)
+      (home-page "https://github.com/gpwwjr/GECO")
+      (synopsis "Framework for prototyping genetic algorithms in Common Lisp")
+      (description
+       "Genetic Evolution through Combination of Objects (GECO) is an
+extensible, object-oriented framework for prototyping genetic algorithms in
+Common Lisp.  GECO makes extensive use of CLOS, the Common Lisp Object System,
+to implement its functionality.")
+      (license license:gpl2+))))
+
+(define-public cl-geco
+  (sbcl-package->cl-source-package sbcl-geco))
+
+(define-public ecl-geco
+  (sbcl-package->ecl-package sbcl-geco))
+
 (define-public sbcl-cmn
   (package
     (name "sbcl-cmn")

base-commit: e1973ae74beb2880c11593155849f43e23ef620c
-- 
2.25.1





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

* [bug#52406] [PATCH] gnu: Add cl-geco.
  2021-12-10  6:10 [bug#52406] [PATCH] gnu: Add cl-geco Foo Chuan Wei
@ 2021-12-11  9:52 ` Guillaume Le Vaillant
  2021-12-11 14:49   ` Foo Chuan Wei
  0 siblings, 1 reply; 3+ messages in thread
From: Guillaume Le Vaillant @ 2021-12-11  9:52 UTC (permalink / raw)
  To: Foo Chuan Wei; +Cc: 52406

[-- Attachment #1: Type: text/plain, Size: 206 bytes --]

Foo Chuan Wei <chuanwei.foo@hotmail.com> skribis:

> * gnu/packages/lisp-xyz.scm (cl-geco, ecl-geco, sbcl-geco): New
>   variables.

cl-geco is already in Guix; could you instead send a patch to update it?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

* [bug#52406] [PATCH] gnu: Add cl-geco.
  2021-12-11  9:52 ` Guillaume Le Vaillant
@ 2021-12-11 14:49   ` Foo Chuan Wei
  0 siblings, 0 replies; 3+ messages in thread
From: Foo Chuan Wei @ 2021-12-11 14:49 UTC (permalink / raw)
  To: Guillaume Le Vaillant; +Cc: 52406

On 2021-12-11 09:52 +0000, Guillaume Le Vaillant wrote:
> cl-geco is already in Guix; could you instead send a patch to update it?

Here's the patch to update cl-geco to version 2.1.2:
https://lists.gnu.org/archive/html/guix-patches/2021-12/msg00518.html




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

end of thread, other threads:[~2021-12-11 14:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-10  6:10 [bug#52406] [PATCH] gnu: Add cl-geco Foo Chuan Wei
2021-12-11  9:52 ` Guillaume Le Vaillant
2021-12-11 14:49   ` Foo Chuan Wei

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.