me
/
guix
Archived
1
0
Fork 0

gnu: Add cl-ana.math-functions.

* gnu/packages/lisp-xyz.scm (sbcl-cl-ana.math-functions,
  cl-ana.math-functions): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
master
Katherine Cox-Buday 2020-01-03 16:08:19 +01:00 committed by Guillaume Le Vaillant
parent 35b5ca2479
commit 6d69c5b492
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 15 additions and 0 deletions

View File

@ -7986,3 +7986,18 @@ visualization.")
(define-public ecl-cl-ana.generic-math
(sbcl-package->ecl-package sbcl-cl-ana.generic-math))
(define-public sbcl-cl-ana.math-functions
(package
(inherit sbcl-cl-ana-boot0)
(name "sbcl-cl-ana.math-functions")
(inputs
`(("cl-ana.generic-math" ,sbcl-cl-ana.generic-math)
("gsll" ,sbcl-gsll)))
(arguments
(substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
((#:asd-file _ "") "math-functions/cl-ana.math-functions.asd")
((#:asd-system-name _ #f) "cl-ana.math-functions")))))
(define-public cl-ana.math-functions
(sbcl-package->cl-source-package sbcl-cl-ana.math-functions))