gnu: cl-float-features: Update to 1.0.0-2.c1f86ae.
* gnu/packages/lisp-xyz.scm (sbcl-float-features): Update to 1.0.0-2.c1f86ae. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>master
parent
b7aaf6c418
commit
6e0c4a28b9
|
@ -9378,30 +9378,31 @@ generation functions from the GSL library.")
|
||||||
(sbcl-package->ecl-package sbcl-cl-randist))
|
(sbcl-package->ecl-package sbcl-cl-randist))
|
||||||
|
|
||||||
(define-public sbcl-float-features
|
(define-public sbcl-float-features
|
||||||
(package
|
(let ((commit "c1f86aea91cfaa3aa59799162be23ef8a12b199d")
|
||||||
(name "sbcl-float-features")
|
(revision "2"))
|
||||||
(version "1.0.0")
|
(package
|
||||||
(source
|
(name "sbcl-float-features")
|
||||||
(origin
|
(version (git-version "1.0.0" revision commit))
|
||||||
(method git-fetch)
|
(source
|
||||||
(uri (git-reference
|
(origin
|
||||||
(url "https://github.com/Shinmera/float-features")
|
(method git-fetch)
|
||||||
(commit "d3ef60181635b0849aa28cfc238053b7ca4644b0")))
|
(uri (git-reference
|
||||||
(file-name (git-file-name name version))
|
(url "https://github.com/Shinmera/float-features")
|
||||||
(sha256
|
(commit commit)))
|
||||||
(base32
|
(file-name (git-file-name "float-features" version))
|
||||||
"0yj419k7n59x6rh3grwr6frgwwyria2il6f7wxpfazm8cskv4lzr"))))
|
(sha256
|
||||||
(build-system asdf-build-system/sbcl)
|
(base32 "0vqm9xhn2i4vbjrxnp4hr1l3lydjflhjykdz6cmqg2j48c5kh3g3"))))
|
||||||
(synopsis "Common Lisp IEEE float portability library")
|
(build-system asdf-build-system/sbcl)
|
||||||
(description
|
(synopsis "Common Lisp IEEE float portability library")
|
||||||
"Portability library for IEEE float features that are not
|
(description
|
||||||
|
"Portability library for IEEE float features that are not
|
||||||
covered by the Common Lisp standard.")
|
covered by the Common Lisp standard.")
|
||||||
(home-page "https://github.com/Shinmera/float-features")
|
(home-page "https://github.com/Shinmera/float-features")
|
||||||
(license license:zlib)
|
(license license:zlib)
|
||||||
(inputs
|
(inputs
|
||||||
`(("documentation-utils" ,sbcl-documentation-utils)))
|
`(("documentation-utils" ,sbcl-documentation-utils)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f))))
|
`(#:tests? #f)))))
|
||||||
|
|
||||||
(define-public cl-float-features
|
(define-public cl-float-features
|
||||||
(sbcl-package->cl-source-package sbcl-float-features))
|
(sbcl-package->cl-source-package sbcl-float-features))
|
||||||
|
|
Reference in New Issue