GNU bug report logs -
#77831
[PATCH 0/2] Add trivial-adjust-simple-array and update cl-fast-ecs
Previous Next
Reported by: Simen Endsjø <contact <at> simendsjo.me>
Date: Tue, 15 Apr 2025 19:53:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 77831 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/lisp-xyz.scm (sbcl-cl-fast-ecs): Update to 0.7.1.
---
gnu/packages/lisp-xyz.scm | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 746902097a..7214d83dd4 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -5735,7 +5735,7 @@ (define-public ecl-trivial-adjust-simple-array
(define-public sbcl-cl-fast-ecs
(package
(name "sbcl-cl-fast-ecs")
- (version "0.2.2")
+ (version "0.7.1")
(source
(origin
(method git-fetch)
@@ -5744,12 +5744,20 @@ (define-public sbcl-cl-fast-ecs
(commit version)))
(file-name (git-file-name "cl-fast-ecs" version))
(sha256
- (base32 "00nw5nwzcz8x1x1lycmjik8pcqzxrl896j0xjjl33rjljsmj45sx"))))
+ (base32 "068xc4ncxc9crg8b9x4abv1l8biq89d2fxm1i4m3jrbfx4adiqr5"))))
(build-system asdf-build-system/sbcl)
+ (arguments
+ (list
+ #:asd-systems ''("cl-fast-ecs")))
(native-inputs
- (list sbcl-chlorophyll sbcl-cl-mock sbcl-parachute))
+ (list graphviz
+ sbcl-parachute
+ sbcl-cl-mock))
(inputs
- (list sbcl-alexandria sbcl-trivial-garbage))
+ (list sbcl-alexandria
+ sbcl-closer-mop
+ sbcl-global-vars
+ sbcl-trivial-adjust-simple-array))
(home-page "https://lockie.gitlab.io/cl-fast-ecs/")
(synopsis "Blazingly fast Entity-Component-System microframework")
(description
--
2.49.0
This bug report was last modified 31 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.