From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 58995@debbugs.gnu.org
Cc: Guillaume Le Vaillant <glv@posteo.net>, jgart <jgart@dismail.de>
Subject: [bug#58995] [PATCH v2] gnu: Add cl-numerical-utilities.
Date: Sat, 5 Nov 2022 10:06:54 -0500 [thread overview]
Message-ID: <20221105150653.24636-1-jgart@dismail.de> (raw)
In-Reply-To: <20221103170305.7489-1-jgart@dismail.de>
* gnu/packages/lisp-xyz.scm (cl-numerical-utilities,
ecl-numerical-utilities, sbcl-numerical-utilities): New variables.
Hi Guillaume,
Here is the updated patch to version 2 with your suggestions.
thanks,
jgart
---
gnu/packages/lisp-xyz.scm | 41 +++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 34ad0af1fb..01dcf4f46d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -24435,6 +24435,47 @@ (define-public cl-definitions-systems
(define-public ecl-definitions-systems
(sbcl-package->ecl-package sbcl-definitions-systems))
+(define-public sbcl-numerical-utilities
+ (let ((commit "44f45ba952b35675640630e40cf90df6f8279746")
+ (revision "0"))
+ (package
+ (name "sbcl-numerical-utilities")
+ (version (git-version "1.2.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Lisp-Stat/numerical-utilities")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1dwz8zxhqzi31qp863zj1cn1lgljny14snycb9nk871qs121kmsd"))))
+ (build-system asdf-build-system/sbcl)
+ (arguments
+ '(#:asd-systems '("num-utils" "num-utils/tests")))
+ (inputs
+ (list sbcl-alexandria
+ sbcl-alexandria-plus
+ sbcl-anaphora
+ sbcl-let-plus
+ sbcl-array-operations))
+ (native-inputs
+ (list sbcl-fiveam
+ sbcl-select))
+ (home-page "https://lisp-stat.github.io/numerical-utilities")
+ (synopsis "Utilities for numerical programming")
+ (description
+"@code{cl-numerical-utilities} is a collection of packages useful in numerical
+applications, each big enough to be its own package, but too small to
+split out into a separate ASDF system.")
+ (license license:ms-pl))))
+
+(define-public cl-numerical-utilities
+ (sbcl-package->cl-source-package sbcl-numerical-utilities))
+
+(define-public ecl-numerical-utilities
+ (sbcl-package->ecl-package sbcl-numerical-utilities))
+
(define-public sbcl-zr-utils
(let ((commit "e7eaffcb71811f6e1ab85fb15a079bcac4038eeb")
(revision "0"))
--
2.38.1
next prev parent reply other threads:[~2022-11-05 15:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-03 17:03 [bug#58995] [PATCH] gnu: Add cl-numerical-utilities jgart via Guix-patches via
2022-11-05 12:10 ` Guillaume Le Vaillant
2022-11-05 15:06 ` jgart via Guix-patches via [this message]
2022-11-06 9:39 ` bug#58995: [PATCH v2] " Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221105150653.24636-1-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=58995@debbugs.gnu.org \
--cc=glv@posteo.net \
--cc=jgart@dismail.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).