diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 207d4c3e95..899a17b151 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -1987,27 +1987,27 @@ of dense non-symmetric matrices.") (license license:expat))) (define-public julia-genericsvd - (package - (name "julia-genericsvd") - (version "0.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/JuliaLinearAlgebra/GenericSVD.jl") - (commit (string-append "v" version)))) - (file-name "GenericSVD") - (sha256 - (base32 "1qhyyls9m1k8hwf7fhkbd0ksn2r50n4l25f0v6gahjah5yqdz6bq")))) - (propagated-inputs `(("julia-compat" ,julia-compat))) - (build-system julia-build-system) - (home-page "https://github.com/JuliaLinearAlgebra/GenericSVD.jl") - (synopsis "Singular Value Decomposition for generic number types") - (description "Implements Singular Value Decomposition for generic + (package + (name "julia-genericsvd") + (version "0.2.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/JuliaLinearAlgebra/GenericSVD.jl") + (commit (string-append "v" version)))) + (file-name "GenericSVD") + (sha256 + (base32 "1qhyyls9m1k8hwf7fhkbd0ksn2r50n4l25f0v6gahjah5yqdz6bq")))) + (propagated-inputs `(("julia-compat" ,julia-compat))) + (build-system julia-build-system) + (home-page "https://github.com/JuliaLinearAlgebra/GenericSVD.jl") + (synopsis "Singular Value Decomposition for generic number types") + (description "Implements Singular Value Decomposition for generic number types, such as BigFloat, Complex{BigFloat} or Quaternions. It internally overloads several Base functions such that existing methods (svd, svdfact and svdvals) should work directly.") - (license license:expat))) + (license license:expat))) (define-public julia-polynomials (package