* [bug#62316] [PATCH] gnu: sbcl-cl-conspack: Update to 6e529d7.
@ 2023-03-21 3:47 jgart via Guix-patches via
2023-03-22 13:33 ` bug#62316: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2023-03-21 3:47 UTC (permalink / raw)
To: 62316; +Cc: jgart
* gnu/packages/lisp-xyz.scm (sbcl-cl-conspack): Update to 6e529d7.
[arguments]: Enable tests.
[native-inputs]: Add sbcl-fiveam. Remove sbcl-checkl.
[inputs]: Use new style.
---
gnu/packages/lisp-xyz.scm | 31 +++++++++++--------------------
1 file changed, 11 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index a1b291be20..45ec81f0b3 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18253,8 +18253,8 @@ (define-public ecl-bodge-blobs-support
(sbcl-package->ecl-package sbcl-bodge-blobs-support))
(define-public sbcl-cl-conspack
- (let ((commit "fc8473bc6f929696b03b43820596b7c976c4678e")
- (revision "1"))
+ (let ((commit "6e529d7b3a7223ef1bb5c7b9f18384ba67b50b09")
+ (revision "2"))
(package
(name "sbcl-cl-conspack")
(version (git-version "0.0.0" revision commit))
@@ -18266,28 +18266,19 @@ (define-public sbcl-cl-conspack
(commit commit)))
(file-name (git-file-name "cl-conspack" version))
(sha256
- (base32 "0b7qzvsrpvnw12hqhjmz0b02sigj0kdjy55j4k7xzmj8684cs8bx"))))
+ (base32 "0y5wp5c89ph44k2xjppy1c1jf2ac3q9yrk22da2rkwnbxn0h1a8d"))))
(build-system asdf-build-system/sbcl)
- ;; FIXME: (Sharlatan-20210331T220652+0100): Test are disabled because of:
- ;;
- ;; Error while trying to load definition for system cl-conspack-test
- ;; from pathname .../cl-conspack/cl-conspack-test.asd:
- ;; Error opening .../checkl/formalize-tmpGHU3ALSV.fasl": Permission denied
- ;;
- ;; It looks like the issues is in CheckL itself as other packages keep
- ;; failing test where it's in use.
(arguments
- '(#:tests? #f
- #:asd-test-systems '("cl-conspack-test")))
+ '(#:asd-test-systems '("cl-conspack-test")))
(native-inputs
- (list sbcl-checkl))
+ (list sbcl-fiveam))
(inputs
- `(("alexandria" ,sbcl-alexandria)
- ("closer-mop" ,sbcl-closer-mop)
- ("fast-io" ,sbcl-fast-io)
- ("ieee-floats" ,sbcl-ieee-floats)
- ("trivial-garbage" ,sbcl-trivial-garbage)
- ("trivial-utf-8" ,sbcl-trivial-utf-8)))
+ (list sbcl-alexandria
+ sbcl-closer-mop
+ sbcl-fast-io
+ sbcl-ieee-floats
+ sbcl-trivial-garbage
+ sbcl-trivial-utf-8))
(home-page "https://github.com/conspack/cl-conspack")
(synopsis "CONSPACK implementation for Common Lisp")
(description
--
2.39.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#62316: [PATCH] gnu: sbcl-cl-conspack: Update to 6e529d7.
2023-03-21 3:47 [bug#62316] [PATCH] gnu: sbcl-cl-conspack: Update to 6e529d7 jgart via Guix-patches via
@ 2023-03-22 13:33 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-03-22 13:33 UTC (permalink / raw)
To: jgart; +Cc: 62316-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 31d8bf958005d0fd1b852fc0637fb0c191760c04.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-22 13:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-21 3:47 [bug#62316] [PATCH] gnu: sbcl-cl-conspack: Update to 6e529d7 jgart via Guix-patches via
2023-03-22 13:33 ` bug#62316: " Guillaume Le Vaillant
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).