[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/19: gnu: Add cl-vgplot.
From: |
guix-commits |
Subject: |
12/19: gnu: Add cl-vgplot. |
Date: |
Thu, 21 Mar 2024 17:59:31 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 7b50f5b79b8b83b54e4198dd4dd0354f73cc3608
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Mar 19 21:16:04 2024 +0000
gnu: Add cl-vgplot.
* gnu/packages/lisp-xyz.scm (cl-vgplot, ecl-vgplot, sbcl-vgplot): New
variables.
Change-Id: I0c5aa5f3a0bb5bf79f0750b957442533073e5e2c
---
gnu/packages/lisp-xyz.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 1b17dd1d28..2a2633047a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -7759,6 +7759,40 @@ by either a symbol or a keyword.")
(define-public cl-verbose
(sbcl-package->cl-source-package sbcl-verbose))
+(define-public sbcl-vgplot
+ (let ((commit "76329928a3709387c0779175af56ec49d16bcd35")
+ (revision "0"))
+ (package
+ (name "sbcl-vgplot")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/volkers/vgplot")
+ (commit commit)))
+ (file-name (git-file-name "vgplot" version))
+ (sha256
+ (base32 "1vc5fd787xa8831wjbmwrpg17f9isi5k8dmb85fsysz47plbvi1y"))))
+ (build-system asdf-build-system/sbcl)
+ (native-inputs
+ (list sbcl-lisp-unit))
+ (inputs
+ (list sbcl-cl-fad sbcl-cl-ppcre sbcl-ltk))
+ (home-page "https://github.com/volkers/vgplot")
+ (synopsis "Common lisp library interfacing to the gnuplot utility")
+ (description
+ "This package provides an interface to the @code{gnuplot} plotting
+utility. The intention of the API is to resemble to some of the plot commands
+of octave or matlab.")
+ (license license:gpl3+))))
+
+(define-public cl-vgplot
+ (sbcl-package->cl-source-package sbcl-vgplot))
+
+(define-public ecl-vgplot
+ (sbcl-package->ecl-package sbcl-vgplot))
+
(define-public sbcl-find-port
(let ((commit "811727f88d7f000623bf92fdb0e64678a7112a28")
(revision "2"))
- branch master updated (d67e4f0f9b -> c0dfb550cb), guix-commits, 2024/03/21
- 01/19: gnu: cl-form-types: Disable tests on ECL implementation., guix-commits, 2024/03/21
- 06/19: gnu: Add cl-boost-json., guix-commits, 2024/03/21
- 08/19: gnu: Add cl-json-pointer., guix-commits, 2024/03/21
- 07/19: gnu: Add cl-st-json., guix-commits, 2024/03/21
- 09/19: gnu: Add cl-mimeparse., guix-commits, 2024/03/21
- 10/19: gnu: Add cl-hunchentoot-errors., guix-commits, 2024/03/21
- 11/19: gnu: Add cl-easy-routes., guix-commits, 2024/03/21
- 13/19: gnu: Add cl-punch., guix-commits, 2024/03/21
- 16/19: gnu: cl-deploy: Remove input labels., guix-commits, 2024/03/21
- 12/19: gnu: Add cl-vgplot.,
guix-commits <=
- 02/19: gnu: cl-form-types: Update to 0.3.2., guix-commits, 2024/03/21
- 03/19: gnu: Add cl-arrow-macros., guix-commits, 2024/03/21
- 17/19: gnu: cl-clack: Refresh package style., guix-commits, 2024/03/21
- 19/19: gnu: sbcl-cl-gltf: Update to 2.0.0-1.7a3af05., guix-commits, 2024/03/21
- 15/19: gnu: cl-generic-cl: Refresh package style., guix-commits, 2024/03/21
- 18/19: gnu: cl-woo: Remove input labels., guix-commits, 2024/03/21
- 04/19: gnu: Add cl-trivial-utilities., guix-commits, 2024/03/21
- 05/19: gnu: Add cl-trivial-monitored-thread., guix-commits, 2024/03/21
- 14/19: gnu: Add cl-ciel., guix-commits, 2024/03/21