fixup julia-genericsvd
This commit is contained in:
parent
6762bbf17c
commit
8aa3c608a8
|
@ -1987,27 +1987,27 @@ of dense non-symmetric matrices.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-genericsvd
|
(define-public julia-genericsvd
|
||||||
(package
|
(package
|
||||||
(name "julia-genericsvd")
|
(name "julia-genericsvd")
|
||||||
(version "0.2.2")
|
(version "0.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/JuliaLinearAlgebra/GenericSVD.jl")
|
(url "https://github.com/JuliaLinearAlgebra/GenericSVD.jl")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name "GenericSVD")
|
(file-name "GenericSVD")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qhyyls9m1k8hwf7fhkbd0ksn2r50n4l25f0v6gahjah5yqdz6bq"))))
|
(base32 "1qhyyls9m1k8hwf7fhkbd0ksn2r50n4l25f0v6gahjah5yqdz6bq"))))
|
||||||
(propagated-inputs `(("julia-compat" ,julia-compat)))
|
(propagated-inputs `(("julia-compat" ,julia-compat)))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(home-page "https://github.com/JuliaLinearAlgebra/GenericSVD.jl")
|
(home-page "https://github.com/JuliaLinearAlgebra/GenericSVD.jl")
|
||||||
(synopsis "Singular Value Decomposition for generic number types")
|
(synopsis "Singular Value Decomposition for generic number types")
|
||||||
(description "Implements Singular Value Decomposition for generic
|
(description "Implements Singular Value Decomposition for generic
|
||||||
number types, such as BigFloat, Complex{BigFloat} or Quaternions. It
|
number types, such as BigFloat, Complex{BigFloat} or Quaternions. It
|
||||||
internally overloads several Base functions such that existing methods (svd,
|
internally overloads several Base functions such that existing methods (svd,
|
||||||
svdfact and svdvals) should work directly.")
|
svdfact and svdvals) should work directly.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-polynomials
|
(define-public julia-polynomials
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue