Compare commits

...

4 commits

Author SHA1 Message Date
jgart
4e2de18be2
gnu: trealla: Update to 2.89.1.
* gnu/packages/prolog.scm (trealla): Update to 2.89.1 and apply formatting.
[native-inputs]: Remove xxd.
[arguments]: Set PREFIX and HOST_CC environment variables.
Remove install phase.

This update also installs the newly created man page for Trealla.

Change-Id: I2fb8e67af2ca075d0dd863a45763fec1483966ae
2026-01-21 12:43:55 -05:00
jgart
2f1be81280
gnu: Add clasp-list-named-class.
* gnu/packages/lisp-xyz.scm (clasp-list-named-class): New variable.

Change-Id: I183c1e493f3d2f6e5f5832d10e9f690195d658d6
2026-01-21 11:53:17 -05:00
jgart
7061beccb2
gnu: sbcl-cl-posix-mqueue: Format to modern style for all inputs.
* gnu/packages/lisp-xyz.scm (sbcl-cl-posix-mqueue): Format to modern style.
[native-inputs]: Format to modern style.
[inputs]: Format to modern style.

Change-Id: I3ce9decc7a106bb98168137cdcbb218b48c25093
2026-01-21 11:45:15 -05:00
jgart
d97cbcb4ad
gnu: sbcl-cl-posix-mqueue: Update to 0.1.3.
* gnu/packages/lisp-xyz.scm (sbcl-cl-posix-mqueue): Update to 0.1.3.

This uses the tagged release which is at the same commit as the direct commit
that was previously used.

Change-Id: I5e7c59a09da75c1fe377e2425a5e2ea28e94f20d
2026-01-21 11:38:11 -05:00
2 changed files with 50 additions and 52 deletions

View file

@ -9294,45 +9294,43 @@ using bindings to the portaudio library.")
(sbcl-package->ecl-package sbcl-cl-portaudio))
(define-public sbcl-cl-posix-mqueue
(let ((commit "8977370c7206d1f62bd1be80f4254af40654b83f")
(revision "1"))
(package
(name "sbcl-cl-posix-mqueue")
(version (git-version "0.1.2" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/xFA25E/cl-posix-mqueue")
(commit commit)))
(file-name (git-file-name "cl-posix-mqueue" version))
(sha256
(base32 "04519rg8vc782z097dzlb8nx0skab2fy2zd0m60r6mz2nw8xdvh6"))))
(build-system asdf-build-system/sbcl)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-librt-path
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "src/spec.lisp"
(("librt.so" all)
(string-append (assoc-ref inputs "glibc") "/lib/" all))))))))
(native-inputs
`(("cl-ppcre" ,sbcl-cl-ppcre)
("rove" ,sbcl-rove)))
(inputs
`(("alexandria" ,sbcl-alexandria)
("babel" ,sbcl-babel)
("cffi" ,sbcl-cffi)
("glibc" ,glibc)
("local-time" ,sbcl-local-time)))
(home-page "https://github.com/xFA25E/cl-posix-mqueue")
(synopsis "Common Lisp binding to POSIX mqueue")
(description
"This package provides Common Lisp bindings to POSIX message queue, an
(package
(name "sbcl-cl-posix-mqueue")
(version "0.1.3")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/xFA25E/cl-posix-mqueue")
(commit version)))
(file-name (git-file-name "cl-posix-mqueue" version))
(sha256
(base32 "1c6002yqliqqwsnn08bx9n9ap7nx8ypjxnvhp65g01fqdcx7bpq7"))))
(build-system asdf-build-system/sbcl)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-librt-path
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "src/spec.lisp"
(("librt.so" all)
(string-append (assoc-ref inputs "glibc") "/lib/" all))))))))
(native-inputs
(list sbcl-cl-ppcre
sbcl-rove))
(inputs
(list sbcl-alexandria
sbcl-babel
sbcl-cffi
glibc
sbcl-local-time))
(home-page "https://github.com/xFA25E/cl-posix-mqueue")
(synopsis "Common Lisp binding to POSIX mqueue")
(description
"This package provides Common Lisp bindings to POSIX message queue, an
@acronym{IPC, Inter-Process Communication} method that is easy to use and quick
to setup.")
(license license:gpl3))))
(license license:gpl3)))
(define-public cl-posix-mqueue
(sbcl-package->cl-source-package sbcl-cl-posix-mqueue))
@ -21450,6 +21448,9 @@ instead of symbols.")
(define-public ecl-list-named-class
(sbcl-package->ecl-package sbcl-list-named-class))
(define-public clasp-list-named-class
(sbcl-package->clasp-package sbcl-list-named-class))
(define-public sbcl-listopia
(package
(name "sbcl-listopia")

View file

@ -189,24 +189,22 @@ it.")
(define-public trealla
(package
(name "trealla")
(version "2.88.4")
(version "2.89.1")
(source
(origin
(method git-fetch)
(uri
(git-reference
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
(base32 "0sy8f2q3hz0i9rg6vhvjj1plsyi6dl08pf7fnw8lmh6nw0pn9ni0"))
(base32 "0dxblcq6p899rsj8p3k5s3p8i2mfhz95flk7x8r27vymc2fwhx0b"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs
(append
(if (supported-package? valgrind/pinned)
(list valgrind/pinned)
'())
(list xxd)))
(if (supported-package? valgrind/pinned)
(list valgrind/pinned)
'()))
(inputs
(list curl
gsl
@ -217,7 +215,10 @@ it.")
sqlite))
(arguments
(list
#:make-flags #~(list (string-append "CC=" #$(cc-for-target)))
#:make-flags
#~(list (string-append "PREFIX=" #$output)
(string-append "CC=" #$(cc-for-target))
(string-append "HOST_CC=" #$(cc-for-target)))
#:test-target (if (this-package-native-input "valgrind")
"check"
"test")
@ -245,11 +246,7 @@ it.")
(search-input-file inputs "lib/libraylib.so")))
(substitute* "library/sqlite3.pl"
(("libsqlite3\\.so")
(search-input-file inputs "lib/libsqlite3.so")))))
(replace 'install
;; Upstream does not provide an install target.
(lambda _
(install-file "tpl" (string-append #$output "/bin")))))))
(search-input-file inputs "lib/libsqlite3.so"))))))))
(home-page "https://trealla-prolog.org/")
(synopsis "Compact and efficient Prolog interpreter")
(description "This package provides a compact and efficient Prolog