GNU bug report logs - #52406
[PATCH] gnu: Add cl-geco.

Previous Next

Package: guix-patches;

Reported by: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>

Date: Fri, 10 Dec 2021 06:11:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52406 in the body.
You can then email your comments to 52406 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#52406; Package guix-patches. (Fri, 10 Dec 2021 06:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Foo Chuan Wei <chuanwei.foo <at> hotmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 10 Dec 2021 06:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add cl-geco.
Date: Fri, 10 Dec 2021 06:10:19 +0000
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#52406; Package guix-patches. (Sat, 11 Dec 2021 09:57:01 GMT) Full text and rfc822 format available.

Message #8 received at 52406 <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
Cc: 52406 <at> debbugs.gnu.org
Subject: Re: [bug#52406] [PATCH] gnu: Add cl-geco.
Date: Sat, 11 Dec 2021 09:52:31 +0000
[Message part 1 (text/plain, inline)]
Foo Chuan Wei <chuanwei.foo <at> 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?
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#52406; Package guix-patches. (Sat, 11 Dec 2021 14:50:01 GMT) Full text and rfc822 format available.

Message #11 received at 52406 <at> debbugs.gnu.org (full text, mbox):

From: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: 52406 <at> debbugs.gnu.org
Subject: Re: [bug#52406] [PATCH] gnu: Add cl-geco.
Date: Sat, 11 Dec 2021 14:49:22 +0000
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




Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Sun, 12 Dec 2021 09:32:02 GMT) Full text and rfc822 format available.

Notification sent to Foo Chuan Wei <chuanwei.foo <at> hotmail.com>:
bug acknowledged by developer. (Sun, 12 Dec 2021 09:32:02 GMT) Full text and rfc822 format available.

Message #16 received at 52406-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
Cc: 52433-done <at> debbugs.gnu.org, 52406-done <at> debbugs.gnu.org
Subject: Re: [bug#52433] [PATCH] gnu: sbcl-geco: Update to 2.1.2.
Date: Sun, 12 Dec 2021 09:29:51 +0000
[Message part 1 (text/plain, inline)]
Patch pushed as c12c7f128418d4e0d8373d6e918547bc7f95abef.
Thanks.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 09 Jan 2022 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 163 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.